Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "//net:extras", 328 "//net:extras",
329 "//net:net_with_v8", 329 "//net:net_with_v8",
330 "//storage/browser", 330 "//storage/browser",
331 "//storage/common", 331 "//storage/common",
332 "//third_party/WebKit/public:image_resources", 332 "//third_party/WebKit/public:image_resources",
333 "//third_party/WebKit/public:resources", 333 "//third_party/WebKit/public:resources",
334 "//third_party/leveldatabase", 334 "//third_party/leveldatabase",
335 "//third_party/libaddressinput", 335 "//third_party/libaddressinput",
336 "//third_party/libyuv", 336 "//third_party/libyuv",
337 "//third_party/mojo/src/mojo/edk/system", 337 "//third_party/mojo/src/mojo/edk/system",
338 "//third_party/mojo/src/mojo/public/cpp/bindings", 338 "//mojo/public/cpp/bindings",
339 "//third_party/mojo/src/mojo/public/js", 339 "//mojo/public/js",
jam 2015/11/11 17:59:42 ditto
340 "//third_party/re2", 340 "//third_party/re2",
341 "//third_party/smhasher:cityhash", 341 "//third_party/smhasher:cityhash",
342 "//third_party/webrtc/modules/desktop_capture", 342 "//third_party/webrtc/modules/desktop_capture",
343 "//ui/base/ime", 343 "//ui/base/ime",
344 "//ui/gl", 344 "//ui/gl",
345 "//ui/resources", 345 "//ui/resources",
346 "//ui/surface", 346 "//ui/surface",
347 "//ui/web_dialogs", 347 "//ui/web_dialogs",
348 "//v8", 348 "//v8",
349 ] 349 ]
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1264 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1265 deps = [ 1265 deps = [
1266 "//components/google/core/browser", 1266 "//components/google/core/browser",
1267 "//components/omnibox/browser", 1267 "//components/omnibox/browser",
1268 "//components/rlz", 1268 "//components/rlz",
1269 "//components/search_engines", 1269 "//components/search_engines",
1270 "//rlz:rlz_lib", 1270 "//rlz:rlz_lib",
1271 ] 1271 ]
1272 } 1272 }
1273 } 1273 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698