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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 2132018: Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default plugin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | Annotate | Revision Log
« no previous file with comments | « webkit/glue/plugins/plugin_list.cc ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'include_dirs': [ 359 'include_dirs': [
360 '<(DEPTH)/third_party/wtl/include', 360 '<(DEPTH)/third_party/wtl/include',
361 ], 361 ],
362 'dependencies': [ 362 'dependencies': [
363 '<(DEPTH)/build/win/system.gyp:cygwin', 363 '<(DEPTH)/build/win/system.gyp:cygwin',
364 ], 364 ],
365 'sources!': [ 365 'sources!': [
366 'plugins/plugin_stubs.cc', 366 'plugins/plugin_stubs.cc',
367 ], 367 ],
368 }], 368 }],
369 ['inside_chromium_build==1 and (OS=="mac" or OS=="win")', { 369 ['inside_chromium_build==1 and OS=="win"', {
370 'dependencies': [ 370 'dependencies': [
371 '<(DEPTH)/webkit/default_plugin/default_plugin.gyp:default_plugin', 371 '<(DEPTH)/webkit/default_plugin/default_plugin.gyp:default_plugin',
372 ], 372 ],
373 }], 373 }],
374 ['inside_chromium_build==0', { 374 ['inside_chromium_build==0', {
375 'dependencies': [ 375 'dependencies': [
376 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 376 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
377 ], 377 ],
378 }], 378 }],
379 ], 379 ],
380 }, 380 },
381 ], 381 ],
382 } 382 }
OLDNEW
« no previous file with comments | « webkit/glue/plugins/plugin_list.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698