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

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: minor bookmarks.gypi clean up 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/core/browser/enhanced/image_store_unittest.cc',
418 ],
419 'dependencies': [
420 'components.gyp:bookmarks_core_browser',
421 'components.gyp:bookmarks_core_common',
422 ],
423 }],
415 ['OS == "android" and gtest_target_type == "shared_library"', { 424 ['OS == "android" and gtest_target_type == "shared_library"', {
416 'dependencies': [ 425 'dependencies': [
417 '../testing/android/native_test.gyp:native_test_native_code', 426 '../testing/android/native_test.gyp:native_test_native_code',
418 ] 427 ]
419 }], 428 }],
420 ['chromeos==1', { 429 ['chromeos==1', {
421 'sources!': [ 430 'sources!': [
422 'storage_monitor/storage_monitor_linux_unittest.cc', 431 'storage_monitor/storage_monitor_linux_unittest.cc',
423 ], 432 ],
424 'dependencies': [ 433 'dependencies': [
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'dependencies': [ 693 'dependencies': [
685 '../base/allocator/allocator.gyp:allocator', 694 '../base/allocator/allocator.gyp:allocator',
686 ], 695 ],
687 }], 696 }],
688 ], 697 ],
689 }, 698 },
690 ], 699 ],
691 }], 700 }],
692 ], 701 ],
693 } 702 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698