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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23132002: GTTF: Add a basic new unit test launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gyp cycle Created 7 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
« no previous file with comments | « base/test/unit_test_launcher_ios.cc ('k') | chrome/chrome_common.gypi » ('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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 '../skia/skia.gyp:skia', 44 '../skia/skia.gyp:skia',
45 '../sql/sql.gyp:sql', 45 '../sql/sql.gyp:sql',
46 '../sync/sync.gyp:sync', 46 '../sync/sync.gyp:sync',
47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 47 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 48 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
49 '../third_party/icu/icu.gyp:icui18n', 49 '../third_party/icu/icu.gyp:icui18n',
50 '../third_party/icu/icu.gyp:icuuc', 50 '../third_party/icu/icu.gyp:icuuc',
51 '../third_party/libjingle/libjingle.gyp:libjingle', 51 '../third_party/libjingle/libjingle.gyp:libjingle',
52 '../third_party/libxml/libxml.gyp:libxml', 52 '../third_party/libxml/libxml.gyp:libxml',
53 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 53 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
54 '../third_party/zlib/google/zip.gyp:zip',
54 '../third_party/zlib/zlib.gyp:minizip', 55 '../third_party/zlib/zlib.gyp:minizip',
55 '../third_party/zlib/zlib.gyp:zip',
56 '../third_party/zlib/zlib.gyp:zlib', 56 '../third_party/zlib/zlib.gyp:zlib',
57 '../ui/base/strings/ui_strings.gyp:ui_strings', 57 '../ui/base/strings/ui_strings.gyp:ui_strings',
58 '../ui/message_center/message_center.gyp:message_center', 58 '../ui/message_center/message_center.gyp:message_center',
59 '../ui/ui.gyp:shell_dialogs', 59 '../ui/ui.gyp:shell_dialogs',
60 '../ui/ui.gyp:ui', 60 '../ui/ui.gyp:ui',
61 '../ui/ui.gyp:ui_resources', 61 '../ui/ui.gyp:ui_resources',
62 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 62 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
63 ], 63 ],
64 'include_dirs': [ 64 'include_dirs': [
65 '..', 65 '..',
(...skipping 3425 matching lines...) Expand 10 before | Expand all | Expand 10 after
3491 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3491 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3492 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3492 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3493 }, 3493 },
3494 'includes': [ '../build/android/java_cpp_template.gypi' ], 3494 'includes': [ '../build/android/java_cpp_template.gypi' ],
3495 }, 3495 },
3496 ], 3496 ],
3497 }, 3497 },
3498 ], 3498 ],
3499 ], 3499 ],
3500 } 3500 }
OLDNEW
« no previous file with comments | « base/test/unit_test_launcher_ios.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698