Chromium Code Reviews| 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("//build_overrides/v8.gni") | 9 import("//build_overrides/v8.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 73 "//content/gpu", | 73 "//content/gpu", |
| 74 "//content/public/child", | 74 "//content/public/child", |
| 75 "//content/public/plugin", | 75 "//content/public/plugin", |
| 76 "//content/public/renderer", | 76 "//content/public/renderer", |
| 77 "//content/public/utility", | 77 "//content/public/utility", |
| 78 "//content/shell:pak", | 78 "//content/shell:pak", |
| 79 "//ipc/mojo", | 79 "//ipc/mojo", |
| 80 "//media", | 80 "//media", |
| 81 "//mojo/application/public/cpp:cpp_for_chromium", | 81 "//mojo/application/public/cpp:cpp_for_chromium", |
| 82 "//mojo/environment:chromium", | 82 "//mojo/environment:chromium", |
| 83 "//ppapi/host", | |
| 84 "//ppapi/proxy", | |
| 85 "//ppapi/proxy:test_support", | |
| 86 "//ppapi/shared_impl", | |
| 87 "//ppapi/shared_impl:test_support", | |
| 88 "//storage/browser", | 83 "//storage/browser", |
| 89 "//storage/common", | 84 "//storage/common", |
| 90 "//ui/compositor:test_support", | 85 "//ui/compositor:test_support", |
| 91 "//ui/surface", | 86 "//ui/surface", |
| 92 "//v8", | 87 "//v8", |
| 93 ] | 88 ] |
| 94 | 89 |
| 95 if (enable_plugins) { | 90 if (enable_plugins) { |
|
brettw
2015/12/01 18:01:37
I think this block should be moved out of the iOS
agrieve
2015/12/01 18:41:51
Re-jiggerred these conditions to make the is_ios p
| |
| 96 deps += [ "//content/ppapi_plugin" ] | 91 deps += [ |
| 92 "//content/ppapi_plugin", | |
| 93 "//ppapi/host", | |
| 94 "//ppapi/proxy", | |
| 95 "//ppapi/proxy:test_support", | |
| 96 "//ppapi/shared_impl", | |
| 97 "//ppapi/shared_impl:test_support", | |
| 98 ] | |
| 97 } | 99 } |
| 98 | 100 |
| 99 if (enable_webrtc) { | 101 if (enable_webrtc) { |
| 100 sources += [ | 102 sources += [ |
| 101 "../renderer/media/mock_data_channel_impl.cc", | 103 "../renderer/media/mock_data_channel_impl.cc", |
| 102 "../renderer/media/mock_data_channel_impl.h", | 104 "../renderer/media/mock_data_channel_impl.h", |
| 103 "../renderer/media/mock_media_stream_dispatcher.cc", | 105 "../renderer/media/mock_media_stream_dispatcher.cc", |
| 104 "../renderer/media/mock_media_stream_dispatcher.h", | 106 "../renderer/media/mock_media_stream_dispatcher.h", |
| 105 "../renderer/media/mock_peer_connection_impl.cc", | 107 "../renderer/media/mock_peer_connection_impl.cc", |
| 106 "../renderer/media/mock_peer_connection_impl.h", | 108 "../renderer/media/mock_peer_connection_impl.h", |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 375 "//media:shared_memory_support", | 377 "//media:shared_memory_support", |
| 376 "//media:test_support", | 378 "//media:test_support", |
| 377 "//media/audio:test_support", | 379 "//media/audio:test_support", |
| 378 "//media/base:test_support", | 380 "//media/base:test_support", |
| 379 "//mojo/application/public/cpp:cpp_for_chromium", | 381 "//mojo/application/public/cpp:cpp_for_chromium", |
| 380 "//mojo/environment:chromium", | 382 "//mojo/environment:chromium", |
| 381 "//mojo/public/cpp/bindings", | 383 "//mojo/public/cpp/bindings", |
| 382 "//mojo/public/js", | 384 "//mojo/public/js", |
| 383 "//mojo/test:test_support", | 385 "//mojo/test:test_support", |
| 384 "//net:test_support", | 386 "//net:test_support", |
| 385 "//ppapi/host", | |
| 386 "//ppapi/proxy", | |
| 387 "//ppapi/proxy:ipc", | |
| 388 "//ppapi/shared_impl", | |
| 389 "//testing/gmock", | 387 "//testing/gmock", |
| 390 "//testing/gtest", | 388 "//testing/gtest", |
| 391 "//third_party/WebKit/public:blink", | 389 "//third_party/WebKit/public:blink", |
| 392 "//third_party/leveldatabase", | 390 "//third_party/leveldatabase", |
| 393 "//third_party/mesa:osmesa", | 391 "//third_party/mesa:osmesa", |
| 394 "//third_party/mojo/src/mojo/edk/system", | 392 "//third_party/mojo/src/mojo/edk/system", |
| 395 "//third_party/mojo/src/mojo/edk/test:test_support", | 393 "//third_party/mojo/src/mojo/edk/test:test_support", |
| 396 "//third_party/zlib", | 394 "//third_party/zlib", |
| 397 "//ui/accessibility", | 395 "//ui/accessibility", |
| 398 "//ui/accessibility:ax_gen", | 396 "//ui/accessibility:ax_gen", |
| 399 "//ui/base", | 397 "//ui/base", |
| 400 "//ui/base/ime", | 398 "//ui/base/ime", |
| 401 "//ui/gfx", | 399 "//ui/gfx", |
| 402 "//ui/gfx/geometry", | 400 "//ui/gfx/geometry", |
| 403 "//ui/gl", | 401 "//ui/gl", |
| 404 "//ui/gl:test_support", | 402 "//ui/gl:test_support", |
| 405 "//ui/resources", | 403 "//ui/resources", |
| 406 "//ui/shell_dialogs", | 404 "//ui/shell_dialogs", |
| 407 "//ui/snapshot", | 405 "//ui/snapshot", |
| 408 ] | 406 ] |
| 409 | 407 |
| 410 data_deps = [ | 408 data_deps = [ |
| 411 "//ppapi:ppapi_tests", | |
| 412 "//third_party/mesa:osmesa", | 409 "//third_party/mesa:osmesa", |
| 413 ] | 410 ] |
| 414 | 411 |
| 412 if (enable_plugins) { | |
| 413 deps += [ | |
| 414 "//ppapi/host", | |
| 415 "//ppapi/proxy", | |
| 416 "//ppapi/proxy:ipc", | |
| 417 "//ppapi/shared_impl", | |
| 418 ] | |
| 419 data_deps += [ "//ppapi:ppapi_tests" ] | |
| 420 } | |
| 421 | |
| 415 if (is_win) { | 422 if (is_win) { |
| 416 sources += | 423 sources += |
| 417 rebase_path(content_tests_gypi_values.content_browsertests_win_sources, | 424 rebase_path(content_tests_gypi_values.content_browsertests_win_sources, |
| 418 ".", | 425 ".", |
| 419 "//content") | 426 "//content") |
| 420 | 427 |
| 421 deps += [ | 428 deps += [ |
| 422 "//content/app/strings", | 429 "//content/app/strings", |
| 423 "//net:net_resources", | 430 "//net:net_resources", |
| 424 "//third_party/WebKit/public:resources", | 431 "//third_party/WebKit/public:resources", |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 898 "//media/base/android", | 905 "//media/base/android", |
| 899 "//testing/gmock", | 906 "//testing/gmock", |
| 900 ] | 907 ] |
| 901 apk_deps = [ | 908 apk_deps = [ |
| 902 "//media/base/android:media_java", | 909 "//media/base/android:media_java", |
| 903 "//ui/android:ui_java", | 910 "//ui/android:ui_java", |
| 904 ] | 911 ] |
| 905 } | 912 } |
| 906 } | 913 } |
| 907 } | 914 } |
| OLD | NEW |