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

Side by Side Diff: build/common.gypi

Issue 3945003: Move useful printing backend code from chrome/service/cloud_print to printing... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: resolve merge conflict Created 10 years, 2 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 | « no previous file | chrome/chrome.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) 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 # IMPORTANT: 5 # IMPORTANT:
6 # Please don't directly include this file if you are building via gyp_chromium, 6 # Please don't directly include this file if you are building via gyp_chromium,
7 # since gyp_chromium is automatically forcing its inclusion. 7 # since gyp_chromium is automatically forcing its inclusion.
8 { 8 {
9 'variables': { 9 'variables': {
10 # .gyp files or targets should set chromium_code to 1 if they build 10 # .gyp files or targets should set chromium_code to 1 if they build
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 },{ 385 },{
386 'msvs_large_module_debug_link_mode%': '2', # Yes 386 'msvs_large_module_debug_link_mode%': '2', # Yes
387 }], 387 }],
388 ], 388 ],
389 'nacl_win64_defines': [ 389 'nacl_win64_defines': [
390 # This flag is used to minimize dependencies when building 390 # This flag is used to minimize dependencies when building
391 # Native Client loader for 64-bit Windows. 391 # Native Client loader for 64-bit Windows.
392 'NACL_WIN64', 392 'NACL_WIN64',
393 ], 393 ],
394 }], 394 }],
395 ['OS=="linux" and chromeos==0 and target_arch!="arm"', {
396 'use_cups%': 1,
397 }, {
398 'use_cups%': 0,
399 }],
395 ], 400 ],
396 401
397 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_' 402 # NOTE: When these end up in the Mac bundle, we need to replace '-' for '_'
398 # so Cocoa is happy (http://crbug.com/20441). 403 # so Cocoa is happy (http://crbug.com/20441).
399 'locales': [ 404 'locales': [
400 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 405 'am', 'ar', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB',
401 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he', 406 'en-US', 'es-419', 'es', 'et', 'fa', 'fi', 'fil', 'fr', 'gu', 'he',
402 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv', 407 'hi', 'hr', 'hu', 'id', 'it', 'ja', 'kn', 'ko', 'lt', 'lv',
403 'ml', 'mr', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 408 'ml', 'mr', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru',
404 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk', 409 'sk', 'sl', 'sr', 'sv', 'sw', 'ta', 'te', 'th', 'tr', 'uk',
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 # and therefore SYMROOT, needs to be set at the project level. 1516 # and therefore SYMROOT, needs to be set at the project level.
1512 'SYMROOT': '<(DEPTH)/xcodebuild', 1517 'SYMROOT': '<(DEPTH)/xcodebuild',
1513 }, 1518 },
1514 } 1519 }
1515 1520
1516 # Local Variables: 1521 # Local Variables:
1517 # tab-width:2 1522 # tab-width:2
1518 # indent-tabs-mode:nil 1523 # indent-tabs-mode:nil
1519 # End: 1524 # End:
1520 # vim: set expandtab tabstop=2 shiftwidth=2: 1525 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698