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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 307993007: ash: Convert ash_resources to a normal GYP file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/chrome_tests_unit.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ', 253 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc ',
254 ], 254 ],
255 }], 255 }],
256 ['use_aura==0 or chromeos==1', { 256 ['use_aura==0 or chromeos==1', {
257 'sources!': [ 257 'sources!': [
258 '../ui/views/corewm/desktop_capture_controller_unittest.cc', 258 '../ui/views/corewm/desktop_capture_controller_unittest.cc',
259 ], 259 ],
260 }], 260 }],
261 ['chromeos==1', { 261 ['chromeos==1', {
262 'dependencies': [ 262 'dependencies': [
263 '../ash/ash.gyp:ash_resources', 263 '../ash/ash_resources.gyp:ash_resources',
264 '../chromeos/chromeos.gyp:chromeos', 264 '../chromeos/chromeos.gyp:chromeos',
265 ], 265 ],
266 'conditions': [ 266 'conditions': [
267 ['disable_nacl==0 and disable_nacl_untrusted==0', { 267 ['disable_nacl==0 and disable_nacl_untrusted==0', {
268 'dependencies': [ 268 'dependencies': [
269 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr ap.gyp:nacl_helper_bootstrap', 269 '../native_client/src/trusted/service_runtime/linux/nacl_bootstr ap.gyp:nacl_helper_bootstrap',
270 '../components/nacl.gyp:nacl_helper', 270 '../components/nacl.gyp:nacl_helper',
271 ], 271 ],
272 }], 272 }],
273 ], 273 ],
(...skipping 2720 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 ['enable_webrtc==1', { 2994 ['enable_webrtc==1', {
2995 'dependencies': [ 2995 'dependencies': [
2996 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2996 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2997 ] 2997 ]
2998 }], 2998 }],
2999 ], 2999 ],
3000 }] 3000 }]
3001 }], 3001 }],
3002 ], # 'conditions' 3002 ], # 'conditions'
3003 } 3003 }
OLDNEW
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698