Skip to content

Commit

Permalink
We are moving the content of the folder "webrtc/build" to other
Browse files Browse the repository at this point in the history
locations in order to solve this issue (crbug.com/611808).

This CL is changing the path to the webrtc.gni file.

This is the second step in a 3 steps process:
- on webrtc we have already moved the file but we are keeping a file
  at the old location which includes the file at the new location
- we change the paths with this CL
- we will remove the old webrtc.gni file under webrtc

BUG=webrtc:7030

Review-Url: https://codereview.chromium.org/2654643003
Cr-Commit-Position: refs/heads/master@{#446368}
  • Loading branch information
mbonadei authored and Commit bot committed Jan 26, 2017
1 parent cb1b5c8 commit 9a9672d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/public/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import("//build/config/ui.gni")
import("//media/media_options.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//ppapi/features/features.gni")
import("//third_party/webrtc/build/webrtc.gni")
import("//third_party/webrtc/webrtc.gni")

# See //content/BUILD.gn for how this works.
group("common") {
Expand Down
2 changes: 1 addition & 1 deletion content/renderer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import("//build/split_static_library.gni")
import("//media/media_options.gni")
import("//ppapi/features/features.gni")
import("//printing/features/features.gni")
import("//third_party/webrtc/build/webrtc.gni")
import("//third_party/webrtc/webrtc.gni")
import("//tools/ipc_fuzzer/ipc_fuzzer.gni")

if (is_component_build) {
Expand Down
2 changes: 1 addition & 1 deletion third_party/libjingle_xmpp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# found in the LICENSE file.

# TODO(kjellander): Remove remaining dependencies on the WebRTC codebase.
import("../webrtc/build/webrtc.gni")
import("../webrtc/webrtc.gni")

group("libjingle_xmpp") {
public_deps = [
Expand Down

0 comments on commit 9a9672d

Please sign in to comment.