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

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

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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_migration.gypi ('k') | chrome/browser/ui/libgtk2ui/BUILD.gn » ('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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 "//components/web_modal", 358 "//components/web_modal",
359 "//components/webusb", 359 "//components/webusb",
360 "//content/app/resources", 360 "//content/app/resources",
361 "//device/core", 361 "//device/core",
362 "//device/usb/mojo", 362 "//device/usb/mojo",
363 "//device/usb/public/interfaces", 363 "//device/usb/public/interfaces",
364 "//media", 364 "//media",
365 "//media/midi", 365 "//media/midi",
366 "//mojo/common", 366 "//mojo/common",
367 "//mojo/edk/system", 367 "//mojo/edk/system",
368 "//mojo/environment:chromium",
369 "//mojo/public/cpp/bindings", 368 "//mojo/public/cpp/bindings",
370 "//mojo/public/js", 369 "//mojo/public/js",
371 "//mojo/shell/public/cpp", 370 "//mojo/shell/public/cpp",
372 "//net:extras", 371 "//net:extras",
373 "//net:net_with_v8", 372 "//net:net_with_v8",
374 "//storage/browser", 373 "//storage/browser",
375 "//storage/common", 374 "//storage/common",
376 "//third_party/WebKit/public:image_resources", 375 "//third_party/WebKit/public:image_resources",
377 "//third_party/WebKit/public:resources", 376 "//third_party/WebKit/public:resources",
378 "//third_party/kasko", 377 "//third_party/kasko",
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1349 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1351 deps = [ 1350 deps = [
1352 "//components/google/core/browser", 1351 "//components/google/core/browser",
1353 "//components/omnibox/browser", 1352 "//components/omnibox/browser",
1354 "//components/rlz", 1353 "//components/rlz",
1355 "//components/search_engines", 1354 "//components/search_engines",
1356 "//rlz:rlz_lib", 1355 "//rlz:rlz_lib",
1357 ] 1356 ]
1358 } 1357 }
1359 } 1358 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | chrome/browser/ui/libgtk2ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698