| 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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//ios/web/js_compile.gni") | 6 import("//ios/web/js_compile.gni") |
| 7 | 7 |
| 8 declare_args() { | 8 declare_args() { |
| 9 google_test_gaia_client_id = "" | 9 google_test_gaia_client_id = "" |
| 10 google_test_gaia_client_secret = "" | 10 google_test_gaia_client_secret = "" |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 "snapshots/lru_cache.h", | 338 "snapshots/lru_cache.h", |
| 339 "snapshots/lru_cache.mm", | 339 "snapshots/lru_cache.mm", |
| 340 "snapshots/snapshot_cache.h", | 340 "snapshots/snapshot_cache.h", |
| 341 "snapshots/snapshot_cache.mm", | 341 "snapshots/snapshot_cache.mm", |
| 342 "snapshots/snapshot_manager.h", | 342 "snapshots/snapshot_manager.h", |
| 343 "snapshots/snapshot_manager.mm", | 343 "snapshots/snapshot_manager.mm", |
| 344 "snapshots/snapshot_overlay.h", | 344 "snapshots/snapshot_overlay.h", |
| 345 "snapshots/snapshot_overlay.mm", | 345 "snapshots/snapshot_overlay.mm", |
| 346 "snapshots/snapshots_util.h", | 346 "snapshots/snapshots_util.h", |
| 347 "snapshots/snapshots_util.mm", | 347 "snapshots/snapshots_util.mm", |
| 348 "ssl/ios_ssl_blocking_page.cc", |
| 349 "ssl/ios_ssl_blocking_page.h", |
| 348 "suggestions/image_fetcher_impl.h", | 350 "suggestions/image_fetcher_impl.h", |
| 349 "suggestions/image_fetcher_impl.mm", | 351 "suggestions/image_fetcher_impl.mm", |
| 350 "suggestions/suggestions_service_factory.h", | 352 "suggestions/suggestions_service_factory.h", |
| 351 "suggestions/suggestions_service_factory.mm", | 353 "suggestions/suggestions_service_factory.mm", |
| 352 "sync/glue/sync_start_util.cc", | 354 "sync/glue/sync_start_util.cc", |
| 353 "sync/glue/sync_start_util.h", | 355 "sync/glue/sync_start_util.h", |
| 354 "sync/ios_chrome_profile_sync_service_factory.cc", | 356 "sync/ios_chrome_profile_sync_service_factory.cc", |
| 355 "sync/ios_chrome_profile_sync_service_factory.h", | 357 "sync/ios_chrome_profile_sync_service_factory.h", |
| 356 "sync/ios_chrome_sync_client.cc", | 358 "sync/ios_chrome_sync_client.cc", |
| 357 "sync/ios_chrome_sync_client.h", | 359 "sync/ios_chrome_sync_client.h", |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 692 "//ios/chrome/common", | 694 "//ios/chrome/common", |
| 693 "//ios/chrome/test", | 695 "//ios/chrome/test", |
| 694 "//ios/public/provider/chrome/browser", | 696 "//ios/public/provider/chrome/browser", |
| 695 "//ios/web", | 697 "//ios/web", |
| 696 "//testing/gmock", | 698 "//testing/gmock", |
| 697 "//testing/gtest", | 699 "//testing/gtest", |
| 698 "//ui/base", | 700 "//ui/base", |
| 699 "//url", | 701 "//url", |
| 700 ] | 702 ] |
| 701 } | 703 } |
| OLD | NEW |