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

Side by Side Diff: components/components_tests.gyp

Issue 259863007: Local salient image storage for enhanced bookmark experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed from NonThreadSafe to ThreadChecker Created 6 years, 7 months 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 ], 408 ],
409 'dependencies!': [ 409 'dependencies!': [
410 'components.gyp:storage_monitor', 410 'components.gyp:storage_monitor',
411 'components.gyp:storage_monitor_test_support', 411 'components.gyp:storage_monitor_test_support',
412 'components.gyp:usb_service', 412 'components.gyp:usb_service',
413 'components.gyp:web_modal', 413 'components.gyp:web_modal',
414 'components.gyp:web_modal_test_support', 414 'components.gyp:web_modal_test_support',
415 '../third_party/libusb/libusb.gyp:libusb', 415 '../third_party/libusb/libusb.gyp:libusb',
416 ], 416 ],
417 }], 417 }],
418 ['OS == "android"', {
419 'sources': [
420 'bookmarks_enhanced/image_store_unittest.cc',
421 ],
422 'dependencies': [
423 'components.gyp:bookmarks_enhanced',
424 ],
425 }],
418 ['OS == "android" and gtest_target_type == "shared_library"', { 426 ['OS == "android" and gtest_target_type == "shared_library"', {
419 'dependencies': [ 427 'dependencies': [
420 '../testing/android/native_test.gyp:native_test_native_code', 428 '../testing/android/native_test.gyp:native_test_native_code',
421 ] 429 ]
422 }], 430 }],
423 ['chromeos==1', { 431 ['chromeos==1', {
424 'sources!': [ 432 'sources!': [
425 'storage_monitor/storage_monitor_linux_unittest.cc', 433 'storage_monitor/storage_monitor_linux_unittest.cc',
426 ], 434 ],
427 'dependencies': [ 435 'dependencies': [
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'dependencies': [ 695 'dependencies': [
688 '../base/allocator/allocator.gyp:allocator', 696 '../base/allocator/allocator.gyp:allocator',
689 ], 697 ],
690 }], 698 }],
691 ], 699 ],
692 }, 700 },
693 ], 701 ],
694 }], 702 }],
695 ], 703 ],
696 } 704 }
OLDNEW
« components/bookmarks_enhanced/persistent_image_store.cc ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698