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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10805002: [Sync] Enable adding notifier observers from ProfileSyncService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix typos Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 '../testing/gtest.gyp:gtest', 949 '../testing/gtest.gyp:gtest',
950 'test_support_common', 950 'test_support_common',
951 '../sync/sync.gyp:test_support_sync', 951 '../sync/sync.gyp:test_support_sync',
952 '../sync/sync.gyp:test_support_sync_notifier', 952 '../sync/sync.gyp:test_support_sync_notifier',
953 '../sync/sync.gyp:test_support_syncapi_core', 953 '../sync/sync.gyp:test_support_syncapi_core',
954 '../sync/sync.gyp:test_support_syncapi_service', 954 '../sync/sync.gyp:test_support_syncapi_service',
955 'test_support_unit', 955 'test_support_unit',
956 # 3) anything tests directly depend on 956 # 3) anything tests directly depend on
957 '../skia/skia.gyp:skia', 957 '../skia/skia.gyp:skia',
958 '../third_party/bzip2/bzip2.gyp:bzip2', 958 '../third_party/bzip2/bzip2.gyp:bzip2',
959 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
959 '../third_party/cld/cld.gyp:cld', 960 '../third_party/cld/cld.gyp:cld',
960 '../third_party/icu/icu.gyp:icui18n', 961 '../third_party/icu/icu.gyp:icui18n',
961 '../third_party/icu/icu.gyp:icuuc', 962 '../third_party/icu/icu.gyp:icuuc',
962 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 963 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
963 '../third_party/libjingle/libjingle.gyp:libjingle', 964 '../third_party/libjingle/libjingle.gyp:libjingle',
964 '../third_party/libxml/libxml.gyp:libxml', 965 '../third_party/libxml/libxml.gyp:libxml',
965 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_ schema_compiler_tests', 966 '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_ schema_compiler_tests',
966 '../ui/gl/gl.gyp:gl', 967 '../ui/gl/gl.gyp:gl',
967 '../ui/ui.gyp:ui_resources', 968 '../ui/ui.gyp:ui_resources',
968 '../ui/ui.gyp:ui_test_support', 969 '../ui/ui.gyp:ui_test_support',
(...skipping 3668 matching lines...) Expand 10 before | Expand all | Expand 10 after
4637 '--result', '<@(_outputs)', 4638 '--result', '<@(_outputs)',
4638 '--isolate', 'browser_tests.isolate', 4639 '--isolate', 'browser_tests.isolate',
4639 ], 4640 ],
4640 }, 4641 },
4641 ], 4642 ],
4642 }, 4643 },
4643 ], 4644 ],
4644 }], 4645 }],
4645 ], # 'conditions' 4646 ], # 'conditions'
4646 } 4647 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698