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

Side by Side Diff: ui/aura/aura.gyp

Issue 14629025: Create MetroViewerProcessHost as a common base for TestMetroViewerProcessHost and ChromeMetroViewer… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge before dcommit Created 7 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/metro_viewer/metro_viewer.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'libraries': [ 115 'libraries': [
116 '-lX11', 116 '-lX11',
117 '-lXi', 117 '-lXi',
118 '-lXfixes', 118 '-lXfixes',
119 '-lXrandr', 119 '-lXrandr',
120 ], 120 ],
121 }, 121 },
122 }], 122 }],
123 ['OS=="win"', { 123 ['OS=="win"', {
124 'dependencies': [ 124 'dependencies': [
125 '../metro_viewer/metro_viewer.gyp:metro_viewer', 125 '../metro_viewer/metro_viewer.gyp:metro_viewer_messages',
126 '../../ipc/ipc.gyp:ipc', 126 '../../ipc/ipc.gyp:ipc',
127 ], 127 ],
128 }], 128 }],
129 ], 129 ],
130 }, 130 },
131 { 131 {
132 'target_name': 'aura_test_support', 132 'target_name': 'aura_test_support',
133 'type': 'static_library', 133 'type': 'static_library',
134 'dependencies': [ 134 'dependencies': [
135 '../../skia/skia.gyp:skia', 135 '../../skia/skia.gyp:skia',
136 '../../testing/gtest.gyp:gtest', 136 '../../testing/gtest.gyp:gtest',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 # osmesa GL implementation is used on linux. 278 # osmesa GL implementation is used on linux.
279 ['OS=="linux"', { 279 ['OS=="linux"', {
280 'dependencies': [ 280 'dependencies': [
281 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', 281 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
282 ], 282 ],
283 }], 283 }],
284 ], 284 ],
285 }, 285 },
286 ], 286 ],
287 } 287 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/metro_viewer/metro_viewer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698