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

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: reland 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') | 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 '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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 'ash_resources.gyp:ash_resources', 1024 'ash_resources.gyp:ash_resources',
1025 ], 1025 ],
1026 'sources': [ 1026 'sources': [
1027 '<@(ash_test_support_sources)', 1027 '<@(ash_test_support_sources)',
1028 ], 1028 ],
1029 'conditions': [ 1029 'conditions': [
1030 ['OS=="win"', { 1030 ['OS=="win"', {
1031 'dependencies': [ 1031 'dependencies': [
1032 '../ipc/ipc.gyp:ipc', 1032 '../ipc/ipc.gyp:ipc',
1033 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 1033 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
1034 '../ui/platform_window/win/win_window.gyp:win_window',
1034 '../win8/win8.gyp:metro_viewer', 1035 '../win8/win8.gyp:metro_viewer',
1035 '../win8/win8.gyp:test_support_win8', 1036 '../win8/win8.gyp:test_support_win8',
1036 '../win8/win8_tests.gyp:test_registrar', 1037 '../win8/win8_tests.gyp:test_registrar',
1037 ], 1038 ],
1038 'sources': [ 1039 'sources': [
1039 'test/test_metro_viewer_process_host.cc', 1040 'test/test_metro_viewer_process_host.cc',
1040 'test/test_metro_viewer_process_host.h', 1041 'test/test_metro_viewer_process_host.h',
1041 ], 1042 ],
1042 }], 1043 }],
1043 ], 1044 ],
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 'conditions': [ 1246 'conditions': [
1246 ['chromeos==1', { 1247 ['chromeos==1', {
1247 'dependencies': [ 1248 'dependencies': [
1248 '../ui/display/display.gyp:display', 1249 '../ui/display/display.gyp:display',
1249 ], 1250 ],
1250 }], 1251 }],
1251 ], 1252 ],
1252 }, 1253 },
1253 ], 1254 ],
1254 } 1255 }
OLDNEW
« no previous file with comments | « no previous file | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698