OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//ios/build/config.gni") | 5 import("//ios/build/config.gni") |
6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
9 | 9 |
10 source_set("web") { | 10 source_set("web") { |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "public/test/test_web_client.h", | 356 "public/test/test_web_client.h", |
357 "public/test/test_web_client.mm", | 357 "public/test/test_web_client.mm", |
358 "public/test/test_web_state.h", | 358 "public/test/test_web_state.h", |
359 "public/test/test_web_state.mm", | 359 "public/test/test_web_state.mm", |
360 "public/test/test_web_thread.h", | 360 "public/test/test_web_thread.h", |
361 "public/test/test_web_thread_bundle.h", | 361 "public/test/test_web_thread_bundle.h", |
362 "public/test/test_web_view_content_view.h", | 362 "public/test/test_web_view_content_view.h", |
363 "public/test/test_web_view_content_view.mm", | 363 "public/test/test_web_view_content_view.mm", |
364 "public/test/web_test.h", | 364 "public/test/web_test.h", |
365 "public/test/web_test.mm", | 365 "public/test/web_test.mm", |
| 366 "public/test/web_test_suite.h", |
366 "public/test/web_test_with_web_state.h", | 367 "public/test/web_test_with_web_state.h", |
367 "public/test/web_test_with_web_state.mm", | 368 "public/test/web_test_with_web_state.mm", |
368 "test/crw_fake_web_controller_observer.h", | 369 "test/crw_fake_web_controller_observer.h", |
369 "test/crw_fake_web_controller_observer.mm", | 370 "test/crw_fake_web_controller_observer.mm", |
370 "test/test_url_constants.cc", | 371 "test/test_url_constants.cc", |
371 "test/test_url_constants.h", | 372 "test/test_url_constants.h", |
372 "test/test_web_thread.cc", | 373 "test/test_web_thread.cc", |
373 "test/test_web_thread_bundle.cc", | 374 "test/test_web_thread_bundle.cc", |
374 "test/web_int_test.h", | 375 "test/web_int_test.h", |
375 "test/web_int_test.mm", | 376 "test/web_int_test.mm", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 } | 558 } |
558 | 559 |
559 grit("resources") { | 560 grit("resources") { |
560 source = "ios_web_resources.grd" | 561 source = "ios_web_resources.grd" |
561 use_qualified_include = true | 562 use_qualified_include = true |
562 outputs = [ | 563 outputs = [ |
563 "grit/ios_web_resources.h", | 564 "grit/ios_web_resources.h", |
564 "ios_web_resources.pak", | 565 "ios_web_resources.pak", |
565 ] | 566 ] |
566 } | 567 } |
OLD | NEW |