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

Side by Side Diff: ash/ash.gyp

Issue 400413002: aura: Use PlatformWindow from WindowTreeHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 | ash/test/ash_test_base.cc » ('j') | ui/aura/aura.gyp » ('J')
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after
1025 'ash_resources.gyp:ash_resources', 1025 'ash_resources.gyp:ash_resources',
1026 ], 1026 ],
1027 'sources': [ 1027 'sources': [
1028 '<@(ash_test_support_sources)', 1028 '<@(ash_test_support_sources)',
1029 ], 1029 ],
1030 'conditions': [ 1030 'conditions': [
1031 ['OS=="win"', { 1031 ['OS=="win"', {
1032 'dependencies': [ 1032 'dependencies': [
1033 '../ipc/ipc.gyp:ipc', 1033 '../ipc/ipc.gyp:ipc',
1034 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 1034 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
1035 '../ui/platform_window/win/win_window.gyp:win_window',
1035 '../win8/win8.gyp:metro_viewer', 1036 '../win8/win8.gyp:metro_viewer',
1036 '../win8/win8.gyp:test_support_win8', 1037 '../win8/win8.gyp:test_support_win8',
1037 '../win8/win8_tests.gyp:test_registrar', 1038 '../win8/win8_tests.gyp:test_registrar',
1038 ], 1039 ],
1039 'sources': [ 1040 'sources': [
1040 'test/test_metro_viewer_process_host.cc', 1041 'test/test_metro_viewer_process_host.cc',
1041 'test/test_metro_viewer_process_host.h', 1042 'test/test_metro_viewer_process_host.h',
1042 ], 1043 ],
1043 }], 1044 }],
1044 ], 1045 ],
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1246 'conditions': [ 1247 'conditions': [
1247 ['chromeos==1', { 1248 ['chromeos==1', {
1248 'dependencies': [ 1249 'dependencies': [
1249 '../ui/display/display.gyp:display', 1250 '../ui/display/display.gyp:display',
1250 ], 1251 ],
1251 }], 1252 }],
1252 ], 1253 ],
1253 }, 1254 },
1254 ], 1255 ],
1255 } 1256 }
OLDNEW
« no previous file with comments | « no previous file | ash/test/ash_test_base.cc » ('j') | ui/aura/aura.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698