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 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 'public/test/response_providers/html_response_provider_impl.h', | 488 'public/test/response_providers/html_response_provider_impl.h', |
489 'public/test/response_providers/html_response_provider_impl.mm', | 489 'public/test/response_providers/html_response_provider_impl.mm', |
490 'public/test/response_providers/response_provider.h', | 490 'public/test/response_providers/response_provider.h', |
491 'public/test/response_providers/response_provider.mm', | 491 'public/test/response_providers/response_provider.mm', |
492 'public/test/response_providers/string_response_provider.h', | 492 'public/test/response_providers/string_response_provider.h', |
493 'public/test/response_providers/string_response_provider.mm', | 493 'public/test/response_providers/string_response_provider.mm', |
494 'public/test/scoped_testing_web_client.h', | 494 'public/test/scoped_testing_web_client.h', |
495 'public/test/scoped_testing_web_client.mm', | 495 'public/test/scoped_testing_web_client.mm', |
496 'public/test/test_browser_state.cc', | 496 'public/test/test_browser_state.cc', |
497 'public/test/test_browser_state.h', | 497 'public/test/test_browser_state.h', |
| 498 'public/test/test_redirect_observer.h', |
| 499 'public/test/test_redirect_observer.mm', |
498 'public/test/test_web_client.h', | 500 'public/test/test_web_client.h', |
499 'public/test/test_web_client.mm', | 501 'public/test/test_web_client.mm', |
500 'public/test/test_web_state.h', | 502 'public/test/test_web_state.h', |
501 'public/test/test_web_state.mm', | 503 'public/test/test_web_state.mm', |
502 'public/test/test_web_thread.h', | 504 'public/test/test_web_thread.h', |
503 'public/test/test_web_thread_bundle.h', | 505 'public/test/test_web_thread_bundle.h', |
504 'public/test/test_web_view_content_view.h', | 506 'public/test/test_web_view_content_view.h', |
505 'public/test/test_web_view_content_view.mm', | 507 'public/test/test_web_view_content_view.mm', |
506 'public/test/web_test.h', | 508 'public/test/web_test.h', |
507 'public/test/web_test.mm', | 509 'public/test/web_test.mm', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
561 'dependencies': [ | 563 'dependencies': [ |
562 '../../base/base.gyp:base' | 564 '../../base/base.gyp:base' |
563 ], | 565 ], |
564 'sources': [ | 566 'sources': [ |
565 'public/user_agent.h', | 567 'public/user_agent.h', |
566 'public/user_agent.mm', | 568 'public/user_agent.mm', |
567 ], | 569 ], |
568 }, | 570 }, |
569 ], | 571 ], |
570 } | 572 } |
OLD | NEW |