| 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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 'test/crw_fake_web_controller_observer.h', | 483 'test/crw_fake_web_controller_observer.h', |
| 484 'test/crw_fake_web_controller_observer.mm', | 484 'test/crw_fake_web_controller_observer.mm', |
| 485 'test/test_url_constants.cc', | 485 'test/test_url_constants.cc', |
| 486 'test/test_url_constants.h', | 486 'test/test_url_constants.h', |
| 487 'test/test_web_thread.cc', | 487 'test/test_web_thread.cc', |
| 488 'test/test_web_thread_bundle.cc', | 488 'test/test_web_thread_bundle.cc', |
| 489 'test/web_int_test.h', | 489 'test/web_int_test.h', |
| 490 'test/web_int_test.mm', | 490 'test/web_int_test.mm', |
| 491 'test/web_test.h', | 491 'test/web_test.h', |
| 492 'test/web_test.mm', | 492 'test/web_test.mm', |
| 493 'test/web_test_suite.cc', | |
| 494 'test/web_test_suite.h', | 493 'test/web_test_suite.h', |
| 494 'test/web_test_suite.mm', |
| 495 'test/wk_web_view_crash_utils.h', | 495 'test/wk_web_view_crash_utils.h', |
| 496 'test/wk_web_view_crash_utils.mm', | 496 'test/wk_web_view_crash_utils.mm', |
| 497 ], | 497 ], |
| 498 }, | 498 }, |
| 499 { | 499 { |
| 500 # GN version: //ios/web:user_agent | 500 # GN version: //ios/web:user_agent |
| 501 'target_name': 'user_agent', | 501 'target_name': 'user_agent', |
| 502 'type': 'static_library', | 502 'type': 'static_library', |
| 503 'include_dirs': [ | 503 'include_dirs': [ |
| 504 '../..', | 504 '../..', |
| 505 ], | 505 ], |
| 506 'dependencies': [ | 506 'dependencies': [ |
| 507 '../../base/base.gyp:base' | 507 '../../base/base.gyp:base' |
| 508 ], | 508 ], |
| 509 'sources': [ | 509 'sources': [ |
| 510 'public/user_agent.h', | 510 'public/user_agent.h', |
| 511 'public/user_agent.mm', | 511 'public/user_agent.mm', |
| 512 ], | 512 ], |
| 513 }, | 513 }, |
| 514 ], | 514 ], |
| 515 } | 515 } |
| OLD | NEW |