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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 255823009: [WIP] ui/window: Master CL. 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 1033 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 '<(INTERMEDIATE_DIR)/chrome', 1044 '<(INTERMEDIATE_DIR)/chrome',
1045 ], 1045 ],
1046 'sources/': [ 1046 'sources/': [
1047 ['include', '^browser/chromeos/status/memory_menu_button.cc'], 1047 ['include', '^browser/chromeos/status/memory_menu_button.cc'],
1048 ['include', '^browser/chromeos/status/memory_menu_button.h'], 1048 ['include', '^browser/chromeos/status/memory_menu_button.h'],
1049 ], 1049 ],
1050 }], 1050 }],
1051 ['use_aura==1 and use_x11==1', { 1051 ['use_aura==1 and use_x11==1', {
1052 'dependencies': [ 1052 'dependencies': [
1053 '../build/linux/system.gyp:x11', 1053 '../build/linux/system.gyp:x11',
1054 '../ui/gfx/gfx.gyp:gfx_x11', 1054 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1055 ], 1055 ],
1056 }], 1056 }],
1057 ['enable_printing != 0', { 1057 ['enable_printing != 0', {
1058 'dependencies': [ 1058 'dependencies': [
1059 '../printing/printing.gyp:printing', 1059 '../printing/printing.gyp:printing',
1060 ], 1060 ],
1061 }], 1061 }],
1062 ['use_ozone == 1', { 1062 ['use_ozone == 1', {
1063 'dependencies': [ 1063 'dependencies': [
1064 '../ui/ozone/ozone.gyp:ozone', 1064 '../ui/ozone/ozone.gyp:ozone',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 'browser/chromeos/attestation/attestation_signed_data.proto', 1107 'browser/chromeos/attestation/attestation_signed_data.proto',
1108 ], 1108 ],
1109 'variables': { 1109 'variables': {
1110 'proto_in_dir': 'browser/chromeos/attestation', 1110 'proto_in_dir': 'browser/chromeos/attestation',
1111 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1111 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1112 }, 1112 },
1113 'includes': [ '../build/protoc.gypi' ] 1113 'includes': [ '../build/protoc.gypi' ]
1114 }, 1114 },
1115 ], 1115 ],
1116 } 1116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698