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

Side by Side Diff: webkit/tools/test_shell/test_shell.gyp

Issue 39319: Snapshotting progress.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « webkit/default_plugin/default_plugin.gyp ('k') | webkit/webkit.gyp » ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../../../build/common.gypi', 10 '../../../build/common.gypi',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 }], 108 }],
109 ['OS=="win"', { 109 ['OS=="win"', {
110 'msvs_disabled_warnings': [ 4800 ], 110 'msvs_disabled_warnings': [ 4800 ],
111 'link_settings': { 111 'link_settings': {
112 'libraries': [ 112 'libraries': [
113 '-lcomctl32.lib', 113 '-lcomctl32.lib',
114 ], 114 ],
115 }, 115 },
116 'dependencies': [ 116 'dependencies': [
117 '../../../breakpad/breakpad.gyp:breakpad_handler', 117 '../../../breakpad/breakpad.gyp:breakpad_handler',
118 '../../default_plugin/default_plugin.gyp:default_plugin',
118 ], 119 ],
119 }, { # else: OS!=win 120 }, { # else: OS!=win
120 'sources/': [ 121 'sources/': [
121 ['exclude', '_win\\.cc$'] 122 ['exclude', '_win\\.cc$']
122 ], 123 ],
123 'sources!': [ 124 'sources!': [
124 'drag_delegate.cc', 125 'drag_delegate.cc',
125 'drop_delegate.cc', 126 'drop_delegate.cc',
126 ], 127 ],
127 }], 128 }],
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'direct_dependent_settings': { 308 'direct_dependent_settings': {
308 'include_dirs': [ 309 'include_dirs': [
309 '<(SHARED_INTERMEDIATE_DIR)/grit_derived_sources', 310 '<(SHARED_INTERMEDIATE_DIR)/grit_derived_sources',
310 ], 311 ],
311 }, 312 },
312 }, 313 },
313 ], 314 ],
314 }], 315 }],
315 ], 316 ],
316 } 317 }
OLDNEW
« no previous file with comments | « webkit/default_plugin/default_plugin.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698