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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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/rmdir_and_stamp.py ('k') | chrome/browser/media/router/media_router.gyp » ('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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "//components/webusb", 357 "//components/webusb",
358 "//content/app/resources", 358 "//content/app/resources",
359 "//device/core", 359 "//device/core",
360 "//device/devices_app/public/cpp", 360 "//device/devices_app/public/cpp",
361 "//device/devices_app/public/cpp:factory", 361 "//device/devices_app/public/cpp:factory",
362 "//device/devices_app/usb/public/interfaces", 362 "//device/devices_app/usb/public/interfaces",
363 "//device/usb", 363 "//device/usb",
364 "//media", 364 "//media",
365 "//media/midi", 365 "//media/midi",
366 "//mojo/common", 366 "//mojo/common",
367 "//mojo/edk/system",
367 "//mojo/environment:chromium", 368 "//mojo/environment:chromium",
368 "//mojo/public/cpp/bindings", 369 "//mojo/public/cpp/bindings",
369 "//mojo/public/js", 370 "//mojo/public/js",
370 "//mojo/shell/public/cpp", 371 "//mojo/shell/public/cpp",
371 "//net:extras", 372 "//net:extras",
372 "//net:net_with_v8", 373 "//net:net_with_v8",
373 "//storage/browser", 374 "//storage/browser",
374 "//storage/common", 375 "//storage/common",
375 "//third_party/WebKit/public:image_resources", 376 "//third_party/WebKit/public:image_resources",
376 "//third_party/WebKit/public:resources", 377 "//third_party/WebKit/public:resources",
377 "//third_party/kasko", 378 "//third_party/kasko",
378 "//third_party/leveldatabase", 379 "//third_party/leveldatabase",
379 "//third_party/libaddressinput", 380 "//third_party/libaddressinput",
380 "//third_party/libyuv", 381 "//third_party/libyuv",
381 "//third_party/mojo/src/mojo/edk/system",
382 "//third_party/re2", 382 "//third_party/re2",
383 "//third_party/smhasher:cityhash", 383 "//third_party/smhasher:cityhash",
384 "//third_party/webrtc/modules/desktop_capture", 384 "//third_party/webrtc/modules/desktop_capture",
385 "//ui/base/ime", 385 "//ui/base/ime",
386 "//ui/gl", 386 "//ui/gl",
387 "//ui/resources", 387 "//ui/resources",
388 "//ui/surface", 388 "//ui/surface",
389 "//ui/web_dialogs", 389 "//ui/web_dialogs",
390 "//v8", 390 "//v8",
391 ] 391 ]
(...skipping 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
1337 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1337 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1338 deps = [ 1338 deps = [
1339 "//components/google/core/browser", 1339 "//components/google/core/browser",
1340 "//components/omnibox/browser", 1340 "//components/omnibox/browser",
1341 "//components/rlz", 1341 "//components/rlz",
1342 "//components/search_engines", 1342 "//components/search_engines",
1343 "//rlz:rlz_lib", 1343 "//rlz:rlz_lib",
1344 ] 1344 ]
1345 } 1345 }
1346 } 1346 }
OLDNEW
« no previous file with comments | « build/rmdir_and_stamp.py ('k') | chrome/browser/media/router/media_router.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698