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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 275273002: x11: Split the gfx_x11 target into its own gyp file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 '<(INTERMEDIATE_DIR)/chrome', 1061 '<(INTERMEDIATE_DIR)/chrome',
1062 ], 1062 ],
1063 'sources/': [ 1063 'sources/': [
1064 ['include', '^browser/chromeos/status/memory_menu_button.cc'], 1064 ['include', '^browser/chromeos/status/memory_menu_button.cc'],
1065 ['include', '^browser/chromeos/status/memory_menu_button.h'], 1065 ['include', '^browser/chromeos/status/memory_menu_button.h'],
1066 ], 1066 ],
1067 }], 1067 }],
1068 ['use_aura==1 and use_x11==1', { 1068 ['use_aura==1 and use_x11==1', {
1069 'dependencies': [ 1069 'dependencies': [
1070 '../build/linux/system.gyp:x11', 1070 '../build/linux/system.gyp:x11',
1071 '../ui/gfx/gfx.gyp:gfx_x11', 1071 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1072 ], 1072 ],
1073 }], 1073 }],
1074 ['enable_printing != 0', { 1074 ['enable_printing != 0', {
1075 'dependencies': [ 1075 'dependencies': [
1076 '../printing/printing.gyp:printing', 1076 '../printing/printing.gyp:printing',
1077 ], 1077 ],
1078 }], 1078 }],
1079 ['use_ozone == 1', { 1079 ['use_ozone == 1', {
1080 'dependencies': [ 1080 'dependencies': [
1081 '../ui/ozone/ozone.gyp:ozone', 1081 '../ui/ozone/ozone.gyp:ozone',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'browser/chromeos/attestation/attestation_signed_data.proto', 1125 'browser/chromeos/attestation/attestation_signed_data.proto',
1126 ], 1126 ],
1127 'variables': { 1127 'variables': {
1128 'proto_in_dir': 'browser/chromeos/attestation', 1128 'proto_in_dir': 'browser/chromeos/attestation',
1129 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1129 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1130 }, 1130 },
1131 'includes': [ '../build/protoc.gypi' ] 1131 'includes': [ '../build/protoc.gypi' ]
1132 }, 1132 },
1133 ], 1133 ],
1134 } 1134 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | ui/gfx/x/gfx_x11.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698