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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 44 ], | 44 ], |
| 45 'dependencies': [ | 45 'dependencies': [ |
| 46 'ios_web_core', | 46 'ios_web_core', |
| 47 'js_resources', | 47 'js_resources', |
| 48 'user_agent', | 48 'user_agent', |
| 49 '../../base/base.gyp:base', | 49 '../../base/base.gyp:base', |
| 50 '../../components/url_formatter/url_formatter.gyp:url_formatter', | 50 '../../components/url_formatter/url_formatter.gyp:url_formatter', |
| 51 '../../ios/net/ios_net.gyp:ios_net', | 51 '../../ios/net/ios_net.gyp:ios_net', |
| 52 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz er', | 52 '../../ios/third_party/blink/blink_html_tokenizer.gyp:blink_html_tokeniz er', |
| 53 '../../net/net.gyp:net', | 53 '../../net/net.gyp:net', |
| 54 '../../mojo/mojo_edk.gyp:mojo_system_impl', | |
| 55 '../../mojo/mojo_public.gyp:mojo_public', | |
| 56 '../../services/shell/shell_public.gyp:shell_public', | |
| 54 '../../ui/base/ui_base.gyp:ui_base', | 57 '../../ui/base/ui_base.gyp:ui_base', |
| 55 '../../ui/gfx/gfx.gyp:gfx', | 58 '../../ui/gfx/gfx.gyp:gfx', |
| 56 '../../ui/gfx/gfx.gyp:gfx_geometry', | 59 '../../ui/gfx/gfx.gyp:gfx_geometry', |
| 57 '../../ui/resources/ui_resources.gyp:ui_resources', | 60 '../../ui/resources/ui_resources.gyp:ui_resources', |
| 58 '../../url/url.gyp:url_lib', | 61 '../../url/url.gyp:url_lib', |
| 59 ], | 62 ], |
| 60 'sources': [ | 63 'sources': [ |
| 61 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc', | 64 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/grit/webui_resources_map.cc', |
| 62 'active_state_manager_impl.h', | 65 'active_state_manager_impl.h', |
| 63 'active_state_manager_impl.mm', | 66 'active_state_manager_impl.mm', |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 259 'web_state/web_view_internal_creation_util.mm', | 262 'web_state/web_view_internal_creation_util.mm', |
| 260 'web_state/wk_web_view_security_util.h', | 263 'web_state/wk_web_view_security_util.h', |
| 261 'web_state/wk_web_view_security_util.mm', | 264 'web_state/wk_web_view_security_util.mm', |
| 262 'web_thread_impl.cc', | 265 'web_thread_impl.cc', |
| 263 'web_thread_impl.h', | 266 'web_thread_impl.h', |
| 264 'web_view_creation_util.mm', | 267 'web_view_creation_util.mm', |
| 265 'webui/crw_web_ui_manager.h', | 268 'webui/crw_web_ui_manager.h', |
| 266 'webui/crw_web_ui_manager.mm', | 269 'webui/crw_web_ui_manager.mm', |
| 267 'webui/crw_web_ui_page_builder.h', | 270 'webui/crw_web_ui_page_builder.h', |
| 268 'webui/crw_web_ui_page_builder.mm', | 271 'webui/crw_web_ui_page_builder.mm', |
| 272 'webui/mojo_facade.h', | |
| 273 'webui/mojo_facade.mm', | |
| 269 'webui/shared_resources_data_source_ios.h', | 274 'webui/shared_resources_data_source_ios.h', |
| 270 'webui/shared_resources_data_source_ios.mm', | 275 'webui/shared_resources_data_source_ios.mm', |
| 271 'webui/url_data_manager_ios.cc', | 276 'webui/url_data_manager_ios.cc', |
| 272 'webui/url_data_manager_ios.h', | 277 'webui/url_data_manager_ios.h', |
| 273 'webui/url_data_manager_ios_backend.h', | 278 'webui/url_data_manager_ios_backend.h', |
| 274 'webui/url_data_manager_ios_backend.mm', | 279 'webui/url_data_manager_ios_backend.mm', |
| 275 'webui/url_data_source_ios.mm', | 280 'webui/url_data_source_ios.mm', |
| 276 'webui/url_data_source_ios_impl.cc', | 281 'webui/url_data_source_ios_impl.cc', |
| 277 'webui/url_data_source_ios_impl.h', | 282 'webui/url_data_source_ios_impl.h', |
| 278 'webui/url_fetcher_block_adapter.h', | 283 'webui/url_fetcher_block_adapter.h', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 430 'type': 'static_library', | 435 'type': 'static_library', |
| 431 'dependencies': [ | 436 'dependencies': [ |
| 432 '../../base/base.gyp:test_support_base', | 437 '../../base/base.gyp:test_support_base', |
| 433 '../../ios/testing/ios_testing.gyp:ocmock_support', | 438 '../../ios/testing/ios_testing.gyp:ocmock_support', |
| 434 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver', | 439 '../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver', |
| 435 '../../net/net.gyp:net_test_support', | 440 '../../net/net.gyp:net_test_support', |
| 436 '../../testing/gmock.gyp:gmock', | 441 '../../testing/gmock.gyp:gmock', |
| 437 '../../testing/gtest.gyp:gtest', | 442 '../../testing/gtest.gyp:gtest', |
| 438 '../../third_party/ocmock/ocmock.gyp:ocmock', | 443 '../../third_party/ocmock/ocmock.gyp:ocmock', |
| 439 'ios_web', | 444 'ios_web', |
| 445 'test_mojo_bindings', | |
| 440 ], | 446 ], |
| 441 'include_dirs': [ | 447 'include_dirs': [ |
| 442 '../..', | 448 '../..', |
| 443 ], | 449 ], |
| 444 'sources': [ | 450 'sources': [ |
| 445 'public/test/crw_test_js_injection_receiver.h', | 451 'public/test/crw_test_js_injection_receiver.h', |
| 446 'public/test/crw_test_js_injection_receiver.mm', | 452 'public/test/crw_test_js_injection_receiver.mm', |
| 447 'public/test/http_server.h', | 453 'public/test/http_server.h', |
| 448 'public/test/http_server.mm', | 454 'public/test/http_server.mm', |
| 449 'public/test/http_server_util.h', | 455 'public/test/http_server_util.h', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 485 'test/test_web_thread.cc', | 491 'test/test_web_thread.cc', |
| 486 'test/test_web_thread_bundle.cc', | 492 'test/test_web_thread_bundle.cc', |
| 487 'test/web_int_test.h', | 493 'test/web_int_test.h', |
| 488 'test/web_int_test.mm', | 494 'test/web_int_test.mm', |
| 489 'test/web_test.h', | 495 'test/web_test.h', |
| 490 'test/web_test.mm', | 496 'test/web_test.mm', |
| 491 'test/web_test_suite.cc', | 497 'test/web_test_suite.cc', |
| 492 'test/web_test_suite.h', | 498 'test/web_test_suite.h', |
| 493 'test/wk_web_view_crash_utils.h', | 499 'test/wk_web_view_crash_utils.h', |
| 494 'test/wk_web_view_crash_utils.mm', | 500 'test/wk_web_view_crash_utils.mm', |
| 501 '<(SHARED_INTERMEDIATE_DIR)/ios/web/test/mojo_test.mojom.cc', | |
| 495 ], | 502 ], |
| 496 }, | 503 }, |
| 497 { | 504 { |
| 505 # GN version: //ios/web/test:mojo_bindings | |
| 506 'target_name': 'test_mojo_bindings_mojom', | |
|
Jackie Quinn
2016/05/16 22:28:16
Should (can?) this target be in the test.gypi file
Eugene But (OOO till 7-30)
2016/05/16 23:39:58
We don't have test.gypi in web. |test_mojo_binding
Jackie Quinn
2016/05/17 23:07:06
heh. okay. It just seems like all the testing stuf
Eugene But (OOO till 7-30)
2016/05/18 00:09:32
Well not all the tests are unit tests. We have 2 o
| |
| 507 'type': 'none', | |
| 508 'variables': { | |
| 509 'mojom_files': [ | |
| 510 'test/mojo_test.mojom', | |
| 511 ], | |
| 512 }, | |
| 513 'include_dirs': [ | |
| 514 '..', | |
| 515 ], | |
| 516 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], | |
| 517 }, | |
| 518 { | |
| 519 # GN version: //ios/web/test:mojo_bindings | |
| 520 'target_name': 'test_mojo_bindings', | |
| 521 'type': 'static_library', | |
| 522 'dependencies': [ | |
| 523 '../../mojo/mojo_base.gyp:mojo_common_lib', | |
| 524 '../../mojo/mojo_base.gyp:mojo_url_type_converters', | |
| 525 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', | |
| 526 'test_mojo_bindings_mojom', | |
| 527 ], | |
| 528 'include_dirs': [ | |
| 529 '..', | |
| 530 ], | |
| 531 }, | |
| 532 { | |
| 498 # GN version: //ios/web:user_agent | 533 # GN version: //ios/web:user_agent |
| 499 'target_name': 'user_agent', | 534 'target_name': 'user_agent', |
| 500 'type': 'static_library', | 535 'type': 'static_library', |
| 501 'include_dirs': [ | 536 'include_dirs': [ |
| 502 '../..', | 537 '../..', |
| 503 ], | 538 ], |
| 504 'dependencies': [ | 539 'dependencies': [ |
| 505 '../../base/base.gyp:base' | 540 '../../base/base.gyp:base' |
| 506 ], | 541 ], |
| 507 'sources': [ | 542 'sources': [ |
| 508 'public/user_agent.h', | 543 'public/user_agent.h', |
| 509 'public/user_agent.mm', | 544 'public/user_agent.mm', |
| 510 ], | 545 ], |
| 511 }, | 546 }, |
| 512 ], | 547 ], |
| 513 } | 548 } |
| OLD | NEW |