| OLD | NEW |
| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 "//content/app/resources", | 368 "//content/app/resources", |
| 369 "//device/core", | 369 "//device/core", |
| 370 "//device/usb/mojo", | 370 "//device/usb/mojo", |
| 371 "//device/usb/public/interfaces", | 371 "//device/usb/public/interfaces", |
| 372 "//media", | 372 "//media", |
| 373 "//media/midi", | 373 "//media/midi", |
| 374 "//mojo/common", | 374 "//mojo/common", |
| 375 "//mojo/edk/system", | 375 "//mojo/edk/system", |
| 376 "//mojo/public/cpp/bindings", | 376 "//mojo/public/cpp/bindings", |
| 377 "//mojo/public/js", | 377 "//mojo/public/js", |
| 378 "//mojo/shell/public/cpp", | |
| 379 "//net:extras", | 378 "//net:extras", |
| 380 "//net:net_with_v8", | 379 "//net:net_with_v8", |
| 380 "//services/shell/public/cpp", |
| 381 "//skia/public", | 381 "//skia/public", |
| 382 "//storage/browser", | 382 "//storage/browser", |
| 383 "//storage/common", | 383 "//storage/common", |
| 384 "//third_party/WebKit/public:image_resources", | 384 "//third_party/WebKit/public:image_resources", |
| 385 "//third_party/WebKit/public:resources", | 385 "//third_party/WebKit/public:resources", |
| 386 "//third_party/kasko", | 386 "//third_party/kasko", |
| 387 "//third_party/leveldatabase", | 387 "//third_party/leveldatabase", |
| 388 "//third_party/libaddressinput", | 388 "//third_party/libaddressinput", |
| 389 "//third_party/libyuv", | 389 "//third_party/libyuv", |
| 390 "//third_party/re2", | 390 "//third_party/re2", |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 "ui/views/frame/browser_frame_mus.cc", | 614 "ui/views/frame/browser_frame_mus.cc", |
| 615 "ui/views/frame/browser_frame_mus.h", | 615 "ui/views/frame/browser_frame_mus.h", |
| 616 "ui/views/frame/browser_non_client_frame_view_mus.cc", | 616 "ui/views/frame/browser_non_client_frame_view_mus.cc", |
| 617 "ui/views/frame/browser_non_client_frame_view_mus.h", | 617 "ui/views/frame/browser_non_client_frame_view_mus.h", |
| 618 ] | 618 ] |
| 619 deps += [ | 619 deps += [ |
| 620 "//components/mus/public/cpp", | 620 "//components/mus/public/cpp", |
| 621 "//components/prefs", | 621 "//components/prefs", |
| 622 "//content/public/common", | 622 "//content/public/common", |
| 623 "//mash/shelf/public/interfaces", | 623 "//mash/shelf/public/interfaces", |
| 624 "//mojo/shell/runner/common", | 624 "//services/shell/runner/common", |
| 625 "//skia/public", | 625 "//skia/public", |
| 626 "//ui/aura", | 626 "//ui/aura", |
| 627 "//ui/compositor", | 627 "//ui/compositor", |
| 628 "//ui/keyboard", | 628 "//ui/keyboard", |
| 629 "//ui/keyboard:keyboard_with_content", | 629 "//ui/keyboard:keyboard_with_content", |
| 630 "//ui/views/mus:for_component", | 630 "//ui/views/mus:for_component", |
| 631 ] | 631 ] |
| 632 defines += [ "MOJO_SHELL_CLIENT" ] | 632 defines += [ "MOJO_SHELL_CLIENT" ] |
| 633 data_deps += [ "//mash/wm" ] | 633 data_deps += [ "//mash/wm" ] |
| 634 } | 634 } |
| (...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1334 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1334 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1335 deps = [ | 1335 deps = [ |
| 1336 "//components/google/core/browser", | 1336 "//components/google/core/browser", |
| 1337 "//components/omnibox/browser", | 1337 "//components/omnibox/browser", |
| 1338 "//components/rlz", | 1338 "//components/rlz", |
| 1339 "//components/search_engines", | 1339 "//components/search_engines", |
| 1340 "//rlz:rlz_lib", | 1340 "//rlz:rlz_lib", |
| 1341 ] | 1341 ] |
| 1342 } | 1342 } |
| 1343 } | 1343 } |
| OLD | NEW |