OLD | NEW |
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 'conditions': [ | 5 'conditions': [ |
6 ['OS=="win"', { | 6 ['OS=="win"', { |
7 'variables': { | 7 'variables': { |
8 'chromium_code': 1, | 8 'chromium_code': 1, |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 ], | 45 ], |
46 'includes': [ | 46 'includes': [ |
47 '../../chrome/version_resource_rules.gypi', | 47 '../../chrome/version_resource_rules.gypi', |
48 ], | 48 ], |
49 }, | 49 }, |
50 { | 50 { |
51 'target_name': 'metro_driver', | 51 'target_name': 'metro_driver', |
52 'type': 'shared_library', | 52 'type': 'shared_library', |
53 'dependencies': [ | 53 'dependencies': [ |
54 '../../base/base.gyp:base', | 54 '../../base/base.gyp:base', |
55 '../../build/temp_gyp/googleurl.gyp:googleurl', | |
56 '../../chrome/common_constants.gyp:common_constants', | 55 '../../chrome/common_constants.gyp:common_constants', |
57 '../../crypto/crypto.gyp:crypto', | 56 '../../crypto/crypto.gyp:crypto', |
58 '../../google_update/google_update.gyp:google_update', | 57 '../../google_update/google_update.gyp:google_update', |
59 '../../ipc/ipc.gyp:ipc', | 58 '../../ipc/ipc.gyp:ipc', |
60 '../../sandbox/sandbox.gyp:sandbox', | 59 '../../sandbox/sandbox.gyp:sandbox', |
61 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', | 60 '../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 61 '../../url/url.gyp:url_lib', |
62 '../win8.gyp:check_sdk_patch', | 62 '../win8.gyp:check_sdk_patch', |
63 'metro_driver_version_resources', | 63 'metro_driver_version_resources', |
64 ], | 64 ], |
65 'sources': [ | 65 'sources': [ |
66 'metro_driver.cc', | 66 'metro_driver.cc', |
67 'metro_driver.h', | 67 'metro_driver.h', |
68 'stdafx.h', | 68 'stdafx.h', |
69 'winrt_utils.cc', | 69 'winrt_utils.cc', |
70 'winrt_utils.h', | 70 'winrt_utils.h', |
71 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc
', | 71 '<(SHARED_INTERMEDIATE_DIR)/metro_driver/metro_driver_dll_version.rc
', |
72 ], | 72 ], |
73 'conditions': [ | 73 'conditions': [ |
74 ['use_aura==1', { | 74 ['use_aura==1', { |
75 'sources': [ | 75 'sources': [ |
76 'chrome_app_view_ash.cc', | 76 'chrome_app_view_ash.cc', |
77 'chrome_app_view_ash.h', | 77 'chrome_app_view_ash.h', |
78 'direct3d_helper.cc', | 78 'direct3d_helper.cc', |
79 'direct3d_helper.h', | 79 'direct3d_helper.h', |
| 80 'file_picker_ash.cc', |
80 'file_picker_ash.h', | 81 'file_picker_ash.h', |
81 'file_picker_ash.cc', | |
82 ], | 82 ], |
83 }, { # use_aura!=1 | 83 }, { # use_aura!=1 |
84 'sources': [ | 84 'sources': [ |
85 'chrome_app_view.cc', | 85 'chrome_app_view.cc', |
86 'chrome_app_view.h', | 86 'chrome_app_view.h', |
87 'chrome_url_launch_handler.cc', | 87 'chrome_url_launch_handler.cc', |
88 'chrome_url_launch_handler.h', | 88 'chrome_url_launch_handler.h', |
89 '../delegate_execute/chrome_util.cc', | 89 '../delegate_execute/chrome_util.cc', |
90 '../delegate_execute/chrome_util.h', | 90 '../delegate_execute/chrome_util.h', |
91 'devices_handler.cc', | 91 'devices_handler.cc', |
92 'devices_handler.h', | 92 'devices_handler.h', |
| 93 'file_picker.cc', |
93 'file_picker.h', | 94 'file_picker.h', |
94 'file_picker.cc', | |
95 'metro_dialog_box.cc', | 95 'metro_dialog_box.cc', |
96 'metro_dialog_box.h', | 96 'metro_dialog_box.h', |
| 97 'print_document_source.cc', |
| 98 'print_document_source.h', |
97 'print_handler.cc', | 99 'print_handler.cc', |
98 'print_handler.h', | 100 'print_handler.h', |
99 'print_document_source.cc', | 101 'secondary_tile.cc', |
100 'print_document_source.h', | |
101 'secondary_tile.h', | 102 'secondary_tile.h', |
102 'secondary_tile.cc', | |
103 'settings_handler.cc', | 103 'settings_handler.cc', |
104 'settings_handler.h', | 104 'settings_handler.h', |
105 'toast_notification_handler.cc', | 105 'toast_notification_handler.cc', |
106 'toast_notification_handler.h', | 106 'toast_notification_handler.h', |
107 ], | 107 ], |
108 }], | 108 }], |
109 ], | 109 ], |
110 'copies': [ | 110 'copies': [ |
111 { | 111 { |
112 'destination': '<(PRODUCT_DIR)', | 112 'destination': '<(PRODUCT_DIR)', |
(...skipping 19 matching lines...) Expand all Loading... |
132 'run_all_unittests.cc', | 132 'run_all_unittests.cc', |
133 'winrt_utils.cc', | 133 'winrt_utils.cc', |
134 'winrt_utils.h', | 134 'winrt_utils.h', |
135 'winrt_utils_unittest.cc', | 135 'winrt_utils_unittest.cc', |
136 ], | 136 ], |
137 }, | 137 }, |
138 ], | 138 ], |
139 },], | 139 },], |
140 ], | 140 ], |
141 } | 141 } |
OLD | NEW |