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

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

Issue 1565343003: Move mojo/application/public -> mojo/shell/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fetcher
Patch Set: . Created 4 years, 11 months 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
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "//components/web_modal", 352 "//components/web_modal",
353 "//components/webusb", 353 "//components/webusb",
354 "//content/app/resources", 354 "//content/app/resources",
355 "//device/core", 355 "//device/core",
356 "//device/devices_app/public/cpp", 356 "//device/devices_app/public/cpp",
357 "//device/devices_app/public/cpp:factory", 357 "//device/devices_app/public/cpp:factory",
358 "//device/devices_app/usb/public/interfaces", 358 "//device/devices_app/usb/public/interfaces",
359 "//device/usb", 359 "//device/usb",
360 "//media", 360 "//media",
361 "//media/midi", 361 "//media/midi",
362 "//mojo/application/public/cpp",
363 "//mojo/common", 362 "//mojo/common",
364 "//mojo/environment:chromium", 363 "//mojo/environment:chromium",
365 "//mojo/public/cpp/bindings", 364 "//mojo/public/cpp/bindings",
366 "//mojo/public/js", 365 "//mojo/public/js",
366 "//mojo/shell/public/cpp",
367 "//net:extras", 367 "//net:extras",
368 "//net:net_with_v8", 368 "//net:net_with_v8",
369 "//storage/browser", 369 "//storage/browser",
370 "//storage/common", 370 "//storage/common",
371 "//third_party/WebKit/public:image_resources", 371 "//third_party/WebKit/public:image_resources",
372 "//third_party/WebKit/public:resources", 372 "//third_party/WebKit/public:resources",
373 "//third_party/kasko", 373 "//third_party/kasko",
374 "//third_party/leveldatabase", 374 "//third_party/leveldatabase",
375 "//third_party/libaddressinput", 375 "//third_party/libaddressinput",
376 "//third_party/libyuv", 376 "//third_party/libyuv",
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1332 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1332 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1333 deps = [ 1333 deps = [
1334 "//components/google/core/browser", 1334 "//components/google/core/browser",
1335 "//components/omnibox/browser", 1335 "//components/omnibox/browser",
1336 "//components/rlz", 1336 "//components/rlz",
1337 "//components/search_engines", 1337 "//components/search_engines",
1338 "//rlz:rlz_lib", 1338 "//rlz:rlz_lib",
1339 ] 1339 ]
1340 } 1340 }
1341 } 1341 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698