Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: ios/chrome/browser/BUILD.gn

Issue 2394253002: Fix the snapshot_cache unittests. (Closed)
Patch Set: Fixed test. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/snapshots/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "share_extension/share_extension_item_receiver.h", 396 "share_extension/share_extension_item_receiver.h",
397 "share_extension/share_extension_item_receiver.mm", 397 "share_extension/share_extension_item_receiver.mm",
398 "share_extension/share_extension_service.h", 398 "share_extension/share_extension_service.h",
399 "share_extension/share_extension_service.mm", 399 "share_extension/share_extension_service.mm",
400 "share_extension/share_extension_service_factory.cc", 400 "share_extension/share_extension_service_factory.cc",
401 "share_extension/share_extension_service_factory.h", 401 "share_extension/share_extension_service_factory.h",
402 "snapshots/lru_cache.h", 402 "snapshots/lru_cache.h",
403 "snapshots/lru_cache.mm", 403 "snapshots/lru_cache.mm",
404 "snapshots/snapshot_cache.h", 404 "snapshots/snapshot_cache.h",
405 "snapshots/snapshot_cache.mm", 405 "snapshots/snapshot_cache.mm",
406 "snapshots/snapshot_cache_internal.h",
406 "snapshots/snapshot_manager.h", 407 "snapshots/snapshot_manager.h",
407 "snapshots/snapshot_manager.mm", 408 "snapshots/snapshot_manager.mm",
408 "snapshots/snapshot_overlay.h", 409 "snapshots/snapshot_overlay.h",
409 "snapshots/snapshot_overlay.mm", 410 "snapshots/snapshot_overlay.mm",
410 "snapshots/snapshots_util.h", 411 "snapshots/snapshots_util.h",
411 "snapshots/snapshots_util.mm", 412 "snapshots/snapshots_util.mm",
412 "ssl/ios_chrome_security_state_model_client.h", 413 "ssl/ios_chrome_security_state_model_client.h",
413 "ssl/ios_chrome_security_state_model_client.mm", 414 "ssl/ios_chrome_security_state_model_client.mm",
414 "ssl/ios_ssl_blocking_page.h", 415 "ssl/ios_ssl_blocking_page.h",
415 "ssl/ios_ssl_blocking_page.mm", 416 "ssl/ios_ssl_blocking_page.mm",
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 "//ios/public/provider/chrome/browser", 832 "//ios/public/provider/chrome/browser",
832 "//ios/public/provider/chrome/browser:test_support", 833 "//ios/public/provider/chrome/browser:test_support",
833 "//ios/web", 834 "//ios/web",
834 "//net:test_support", 835 "//net:test_support",
835 "//testing/gmock", 836 "//testing/gmock",
836 "//testing/gtest", 837 "//testing/gtest",
837 "//ui/base", 838 "//ui/base",
838 "//url", 839 "//url",
839 ] 840 ]
840 } 841 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/snapshots/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698