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

Side by Side Diff: chrome/chrome_common.gypi

Issue 3071027: Create a define for the gyp variable internal_pdf. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Move defines block Created 10 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 | « no previous file | chrome/common/pepper_plugin_registry.cc » ('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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'mac_bundle_resources': [ 327 'mac_bundle_resources': [
328 'common/common.sb', 328 'common/common.sb',
329 ], 329 ],
330 }, 330 },
331 }], 331 }],
332 ['OS!="win"', { 332 ['OS!="win"', {
333 'sources!': [ 333 'sources!': [
334 'common/sandbox_policy.cc', 334 'common/sandbox_policy.cc',
335 ], 335 ],
336 }], 336 }],
337 ['internal_pdf==1', {
338 'defines': ['INTERNAL_PDF=1'],
339 }],
337 ['remoting==1', { 340 ['remoting==1', {
338 'dependencies': [ 341 'dependencies': [
339 '../remoting/remoting.gyp:chromoting_plugin', 342 '../remoting/remoting.gyp:chromoting_plugin',
340 ], 343 ],
341 }], 344 }],
342 ], 345 ],
343 'export_dependent_settings': [ 346 'export_dependent_settings': [
344 '../app/app.gyp:app_base', 347 '../app/app.gyp:app_base',
345 ], 348 ],
346 }, 349 },
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'configurations': { 437 'configurations': {
435 'Common_Base': { 438 'Common_Base': {
436 'msvs_target_platform': 'x64', 439 'msvs_target_platform': 'x64',
437 }, 440 },
438 }, 441 },
439 }, 442 },
440 ], 443 ],
441 }], 444 }],
442 ], 445 ],
443 } 446 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/pepper_plugin_registry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698