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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
500 'public/test/test_web_client.h', | 500 'public/test/test_web_client.h', |
501 'public/test/test_web_client.mm', | 501 'public/test/test_web_client.mm', |
502 'public/test/test_web_state.h', | 502 'public/test/test_web_state.h', |
503 'public/test/test_web_state.mm', | 503 'public/test/test_web_state.mm', |
504 'public/test/test_web_thread.h', | 504 'public/test/test_web_thread.h', |
505 'public/test/test_web_thread_bundle.h', | 505 'public/test/test_web_thread_bundle.h', |
506 'public/test/test_web_view_content_view.h', | 506 'public/test/test_web_view_content_view.h', |
507 'public/test/test_web_view_content_view.mm', | 507 'public/test/test_web_view_content_view.mm', |
508 'public/test/web_test.h', | 508 'public/test/web_test.h', |
509 'public/test/web_test.mm', | 509 'public/test/web_test.mm', |
| 510 'public/test/web_test_suite.h', |
510 'public/test/web_test_with_web_state.h', | 511 'public/test/web_test_with_web_state.h', |
511 'public/test/web_test_with_web_state.mm', | 512 'public/test/web_test_with_web_state.mm', |
512 'test/crw_fake_web_controller_observer.h', | 513 'test/crw_fake_web_controller_observer.h', |
513 'test/crw_fake_web_controller_observer.mm', | 514 'test/crw_fake_web_controller_observer.mm', |
514 'test/test_url_constants.cc', | 515 'test/test_url_constants.cc', |
515 'test/test_url_constants.h', | 516 'test/test_url_constants.h', |
516 'test/test_web_thread.cc', | 517 'test/test_web_thread.cc', |
517 'test/test_web_thread_bundle.cc', | 518 'test/test_web_thread_bundle.cc', |
518 'test/web_int_test.h', | 519 'test/web_int_test.h', |
519 'test/web_int_test.mm', | 520 'test/web_int_test.mm', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 'dependencies': [ | 563 'dependencies': [ |
563 '../../base/base.gyp:base' | 564 '../../base/base.gyp:base' |
564 ], | 565 ], |
565 'sources': [ | 566 'sources': [ |
566 'public/user_agent.h', | 567 'public/user_agent.h', |
567 'public/user_agent.mm', | 568 'public/user_agent.mm', |
568 ], | 569 ], |
569 }, | 570 }, |
570 ], | 571 ], |
571 } | 572 } |
OLD | NEW |