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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//tools/grit/grit_rule.gni") | 6 import("//tools/grit/grit_rule.gni") |
7 | 7 |
8 grit("resources") { | 8 grit("resources") { |
9 source = "resources/renderer_resources.grd" | 9 source = "resources/renderer_resources.grd" |
10 use_qualified_include = true | 10 use_qualified_include = true |
(...skipping 19 matching lines...) Expand all Loading... |
30 "chrome_content_renderer_client.h", | 30 "chrome_content_renderer_client.h", |
31 "chrome_render_frame_observer.cc", | 31 "chrome_render_frame_observer.cc", |
32 "chrome_render_frame_observer.h", | 32 "chrome_render_frame_observer.h", |
33 "chrome_render_thread_observer.cc", | 33 "chrome_render_thread_observer.cc", |
34 "chrome_render_thread_observer.h", | 34 "chrome_render_thread_observer.h", |
35 "chrome_render_view_observer.cc", | 35 "chrome_render_view_observer.cc", |
36 "chrome_render_view_observer.h", | 36 "chrome_render_view_observer.h", |
37 "content_settings_observer.cc", | 37 "content_settings_observer.cc", |
38 "content_settings_observer.h", | 38 "content_settings_observer.h", |
39 "custom_menu_commands.h", | 39 "custom_menu_commands.h", |
| 40 "installation_service_impl.cc", |
| 41 "installation_service_impl.h", |
40 "instant_restricted_id_cache.h", | 42 "instant_restricted_id_cache.h", |
41 "loadtimes_extension_bindings.cc", | 43 "loadtimes_extension_bindings.cc", |
42 "loadtimes_extension_bindings.h", | 44 "loadtimes_extension_bindings.h", |
43 "media/chrome_key_systems.cc", | 45 "media/chrome_key_systems.cc", |
44 "media/chrome_key_systems.h", | 46 "media/chrome_key_systems.h", |
45 "net/net_error_helper.cc", | 47 "net/net_error_helper.cc", |
46 "net/net_error_helper.h", | 48 "net/net_error_helper.h", |
47 "net/net_error_page_controller.cc", | 49 "net/net_error_page_controller.cc", |
48 "net/net_error_page_controller.h", | 50 "net/net_error_page_controller.h", |
49 "net_benchmarking_extension.cc", | 51 "net_benchmarking_extension.cc", |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 ] | 385 ] |
384 } | 386 } |
385 | 387 |
386 if (is_android) { | 388 if (is_android) { |
387 sources -= [ | 389 sources -= [ |
388 "safe_browsing/mock_feature_extractor_clock.cc", | 390 "safe_browsing/mock_feature_extractor_clock.cc", |
389 "safe_browsing/mock_feature_extractor_clock.h", | 391 "safe_browsing/mock_feature_extractor_clock.h", |
390 ] | 392 ] |
391 } | 393 } |
392 } | 394 } |
OLD | NEW |