| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1266 "subresource_filter/chrome_subresource_filter_client.cc", | 1266 "subresource_filter/chrome_subresource_filter_client.cc", |
| 1267 "subresource_filter/chrome_subresource_filter_client.h", | 1267 "subresource_filter/chrome_subresource_filter_client.h", |
| 1268 "sync/chrome_sync_client.cc", | 1268 "sync/chrome_sync_client.cc", |
| 1269 "sync/chrome_sync_client.h", | 1269 "sync/chrome_sync_client.h", |
| 1270 "sync/glue/extensions_activity_monitor.cc", | 1270 "sync/glue/extensions_activity_monitor.cc", |
| 1271 "sync/glue/extensions_activity_monitor.h", | 1271 "sync/glue/extensions_activity_monitor.h", |
| 1272 "sync/glue/sync_start_util.cc", | 1272 "sync/glue/sync_start_util.cc", |
| 1273 "sync/glue/sync_start_util.h", | 1273 "sync/glue/sync_start_util.h", |
| 1274 "sync/profile_sync_service_factory.cc", | 1274 "sync/profile_sync_service_factory.cc", |
| 1275 "sync/profile_sync_service_factory.h", | 1275 "sync/profile_sync_service_factory.h", |
| 1276 "sync/sessions/notification_service_sessions_router.cc", | 1276 "sync/sessions/sync_sessions_router_tab_helper.cc", |
| 1277 "sync/sessions/notification_service_sessions_router.h", | 1277 "sync/sessions/sync_sessions_router_tab_helper.h", |
| 1278 "sync/sessions/sync_sessions_web_contents_router.cc", |
| 1279 "sync/sessions/sync_sessions_web_contents_router.h", |
| 1280 "sync/sessions/sync_sessions_web_contents_router_factory.cc", |
| 1281 "sync/sessions/sync_sessions_web_contents_router_factory.h", |
| 1278 "sync/supervised_user_signin_manager_wrapper.cc", | 1282 "sync/supervised_user_signin_manager_wrapper.cc", |
| 1279 "sync/supervised_user_signin_manager_wrapper.h", | 1283 "sync/supervised_user_signin_manager_wrapper.h", |
| 1280 "sync/sync_startup_tracker.cc", | 1284 "sync/sync_startup_tracker.cc", |
| 1281 "sync/sync_startup_tracker.h", | 1285 "sync/sync_startup_tracker.h", |
| 1282 "tab_contents/navigation_metrics_recorder.cc", | 1286 "tab_contents/navigation_metrics_recorder.cc", |
| 1283 "tab_contents/navigation_metrics_recorder.h", | 1287 "tab_contents/navigation_metrics_recorder.h", |
| 1284 "tab_contents/origins_seen_service_factory.cc", | 1288 "tab_contents/origins_seen_service_factory.cc", |
| 1285 "tab_contents/origins_seen_service_factory.h", | 1289 "tab_contents/origins_seen_service_factory.h", |
| 1286 "tab_contents/retargeting_details.h", | 1290 "tab_contents/retargeting_details.h", |
| 1287 "tab_contents/tab_util.cc", | 1291 "tab_contents/tab_util.cc", |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1624 "//net:net_with_v8", | 1628 "//net:net_with_v8", |
| 1625 "//v8", | 1629 "//v8", |
| 1626 ] | 1630 ] |
| 1627 } else { | 1631 } else { |
| 1628 deps += [ | 1632 deps += [ |
| 1629 "//chrome/app/vector_icons", | 1633 "//chrome/app/vector_icons", |
| 1630 "//chrome/browser/resources:component_extension_resources", | 1634 "//chrome/browser/resources:component_extension_resources", |
| 1631 "//net:net", | 1635 "//net:net", |
| 1632 "//ui/vector_icons", | 1636 "//ui/vector_icons", |
| 1633 ] | 1637 ] |
| 1638 sources += [ |
| 1639 "sync/sessions/sync_sessions_multi_windowed_web_contents_router.cc", |
| 1640 "sync/sessions/sync_sessions_multi_windowed_web_contents_router.h", |
| 1641 ] |
| 1634 } | 1642 } |
| 1635 | 1643 |
| 1636 if (is_chromeos && use_cras) { | 1644 if (is_chromeos && use_cras) { |
| 1637 defines += [ "USE_CRAS" ] | 1645 defines += [ "USE_CRAS" ] |
| 1638 } | 1646 } |
| 1639 | 1647 |
| 1640 if (toolkit_views) { | 1648 if (toolkit_views) { |
| 1641 deps += [ "//ui/views" ] | 1649 deps += [ "//ui/views" ] |
| 1642 } | 1650 } |
| 1643 | 1651 |
| (...skipping 2911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4555 "media/pepper_cdm_test_constants.cc", | 4563 "media/pepper_cdm_test_constants.cc", |
| 4556 "media/pepper_cdm_test_constants.h", | 4564 "media/pepper_cdm_test_constants.h", |
| 4557 ] | 4565 ] |
| 4558 } | 4566 } |
| 4559 } | 4567 } |
| 4560 | 4568 |
| 4561 service_manifest("preferences_manifest") { | 4569 service_manifest("preferences_manifest") { |
| 4562 name = "preferences" | 4570 name = "preferences" |
| 4563 source = "prefs/preferences_manifest.json" | 4571 source = "prefs/preferences_manifest.json" |
| 4564 } | 4572 } |
| OLD | NEW |