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

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: independent bookmarks_enhanced component, added NonThreadSafe to ImageStore class 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 ], 405 ],
406 'dependencies!': [ 406 'dependencies!': [
407 'components.gyp:storage_monitor', 407 'components.gyp:storage_monitor',
408 'components.gyp:storage_monitor_test_support', 408 'components.gyp:storage_monitor_test_support',
409 'components.gyp:usb_service', 409 'components.gyp:usb_service',
410 'components.gyp:web_modal', 410 'components.gyp:web_modal',
411 'components.gyp:web_modal_test_support', 411 'components.gyp:web_modal_test_support',
412 '../third_party/libusb/libusb.gyp:libusb', 412 '../third_party/libusb/libusb.gyp:libusb',
413 ], 413 ],
414 }], 414 }],
415 ['OS == "android"', {
416 'sources': [
417 'bookmarks_enhanced/image_store_unittest.cc',
418 ],
419 'dependencies': [
420 'components.gyp:bookmarks_enhanced',
421 ],
422 }],
415 ['OS == "android" and gtest_target_type == "shared_library"', { 423 ['OS == "android" and gtest_target_type == "shared_library"', {
416 'dependencies': [ 424 'dependencies': [
417 '../testing/android/native_test.gyp:native_test_native_code', 425 '../testing/android/native_test.gyp:native_test_native_code',
418 ] 426 ]
419 }], 427 }],
420 ['chromeos==1', { 428 ['chromeos==1', {
421 'sources!': [ 429 'sources!': [
422 'storage_monitor/storage_monitor_linux_unittest.cc', 430 'storage_monitor/storage_monitor_linux_unittest.cc',
423 ], 431 ],
424 'dependencies': [ 432 'dependencies': [
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'dependencies': [ 692 'dependencies': [
685 '../base/allocator/allocator.gyp:allocator', 693 '../base/allocator/allocator.gyp:allocator',
686 ], 694 ],
687 }], 695 }],
688 ], 696 ],
689 }, 697 },
690 ], 698 ],
691 }], 699 }],
692 ], 700 ],
693 } 701 }
OLDNEW
« components/bookmarks_enhanced/image_store.h ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698