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

Side by Side Diff: ui/ui.gyp

Issue 8598010: replace platform conditions with os_posix and os_bsd where applicable (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 9 years 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'gfx/pango_util.cc', 583 'gfx/pango_util.cc',
584 'gfx/platform_font_pango.cc', 584 'gfx/platform_font_pango.cc',
585 'gfx/platform_font_pango.h', 585 'gfx/platform_font_pango.h',
586 ], 586 ],
587 }], 587 }],
588 ['OS=="linux"', { 588 ['OS=="linux"', {
589 'libraries': [ 589 'libraries': [
590 '-ldl', 590 '-ldl',
591 ], 591 ],
592 }], 592 }],
593 ['OS=="openbsd" and use_system_libjpeg==1', { 593 ['os_bsd==1 and use_system_libjpeg==1', {
594 'include_dirs': [ 594 'include_dirs': [
595 '/usr/local/include', 595 '/usr/local/include',
596 ], 596 ],
597 }], 597 }],
598 ], 598 ],
599 }, 599 },
600 { 600 {
601 'target_name': 'gfx_resources', 601 'target_name': 'gfx_resources',
602 'type': 'none', 602 'type': 'none',
603 'variables': { 603 'variables': {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 645 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
646 'os.chmod(\'<(ui_copy_dest)\', 0700)' 646 'os.chmod(\'<(ui_copy_dest)\', 0700)'
647 ] 647 ]
648 } 648 }
649 ], 649 ],
650 }, 650 },
651 ], 651 ],
652 }], 652 }],
653 ], 653 ],
654 } 654 }
OLDNEW
« net/base/host_resolver_impl.cc ('K') | « third_party/libjingle/libjingle.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698