| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/sanitizers/sanitizers.gni") | 6 import("//build/config/sanitizers/sanitizers.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 | 57 |
| 58 public_deps = [ | 58 public_deps = [ |
| 59 ":app_metrics", | 59 ":app_metrics", |
| 60 ] | 60 ] |
| 61 | 61 |
| 62 deps = [ | 62 deps = [ |
| 63 ":app_config", | 63 ":app_config", |
| 64 ":app_net", | 64 ":app_net", |
| 65 ":app_permissions", | 65 ":app_permissions", |
| 66 ":app_settings", | 66 ":app_settings", |
| 67 ":app_switches", | |
| 68 ":app_ui", | 67 ":app_ui", |
| 69 ":blob_channel", | 68 ":blob_channel", |
| 70 ":common", | 69 ":common", |
| 71 ":crash", | 70 ":crash", |
| 72 ":renderer", | 71 ":renderer", |
| 73 ":session", | 72 ":session", |
| 74 "//base", | 73 "//base", |
| 75 "//blimp/common", | 74 "//blimp/common", |
| 76 "//blimp/common/proto", | 75 "//blimp/common/proto", |
| 77 "//blimp/engine:blob_channel_mojo_cpp_sources", | 76 "//blimp/engine:blob_channel_mojo_cpp_sources", |
| 78 "//blimp/net", | 77 "//blimp/net", |
| 79 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", | 78 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", |
| 80 "//components/crash/content/app:lib", | 79 "//components/crash/content/app:lib", |
| 81 "//content/public/app:both", | 80 "//content/public/app:both", |
| 82 "//content/public/browser", | 81 "//content/public/browser", |
| 83 "//content/public/common", | 82 "//content/public/common", |
| 84 "//content/public/renderer", | 83 "//content/public/renderer", |
| 85 "//content/public/utility", | 84 "//content/public/utility", |
| 86 "//net", | 85 "//net", |
| 87 ] | 86 ] |
| 88 } | 87 } |
| 89 | 88 |
| 90 source_set("app_config") { | 89 source_set("app_config") { |
| 91 sources = [ | 90 sources = [ |
| 92 "app/blimp_engine_config.cc", | 91 "app/blimp_engine_config.cc", |
| 93 "app/blimp_engine_config.h", | 92 "app/blimp_engine_config.h", |
| 94 ] | 93 ] |
| 95 deps = [ | 94 deps = [ |
| 96 ":app_switches", | |
| 97 "//base", | 95 "//base", |
| 96 "//blimp/common", |
| 98 "//cc", | 97 "//cc", |
| 99 "//content/public/common", | 98 "//content/public/common", |
| 100 "//ui/gl", | 99 "//ui/gl", |
| 101 "//ui/native_theme", | 100 "//ui/native_theme", |
| 102 ] | 101 ] |
| 103 } | 102 } |
| 104 | 103 |
| 105 source_set("app_metrics") { | 104 source_set("app_metrics") { |
| 106 sources = [ | 105 sources = [ |
| 107 "app/blimp_metrics_service_client.cc", | 106 "app/blimp_metrics_service_client.cc", |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "app/settings_manager_unittest.cc", | 370 "app/settings_manager_unittest.cc", |
| 372 "app/ui/blimp_screen_unittest.cc", | 371 "app/ui/blimp_screen_unittest.cc", |
| 373 ] | 372 ] |
| 374 | 373 |
| 375 deps = [ | 374 deps = [ |
| 376 ":app", | 375 ":app", |
| 377 ":app_config", | 376 ":app_config", |
| 378 ":app_metrics", | 377 ":app_metrics", |
| 379 ":app_net", | 378 ":app_net", |
| 380 ":app_settings", | 379 ":app_settings", |
| 381 ":app_switches", | |
| 382 "//base", | 380 "//base", |
| 383 "//base/test:run_all_unittests", | 381 "//base/test:run_all_unittests", |
| 384 "//base/test:test_support", | 382 "//base/test:test_support", |
| 383 "//blimp/common", |
| 384 "//blimp/common:test_support", |
| 385 "//blimp/engine:app_ui", | 385 "//blimp/engine:app_ui", |
| 386 "//components/metrics:metrics", | 386 "//components/metrics:metrics", |
| 387 "//components/pref_registry:pref_registry", | 387 "//components/pref_registry:pref_registry", |
| 388 "//components/prefs:prefs", | 388 "//components/prefs:prefs", |
| 389 "//content/test:test_support", | 389 "//content/test:test_support", |
| 390 "//net:test_support", | 390 "//net:test_support", |
| 391 "//testing/gmock", | 391 "//testing/gmock", |
| 392 "//testing/gtest", | 392 "//testing/gtest", |
| 393 "//ui/display", | 393 "//ui/display", |
| 394 "//ui/gfx:test_support", | 394 "//ui/gfx:test_support", |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 525 _rebased_dockerfile, | 525 _rebased_dockerfile, |
| 526 "--startup-script", | 526 "--startup-script", |
| 527 _rebased_startup_script, | 527 _rebased_startup_script, |
| 528 "--manifest", | 528 "--manifest", |
| 529 _rebased_manifest, | 529 _rebased_manifest, |
| 530 "--output", | 530 "--output", |
| 531 rebase_path(_bundle), | 531 rebase_path(_bundle), |
| 532 ] | 532 ] |
| 533 } | 533 } |
| 534 } | 534 } |
| OLD | NEW |