| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'app_base_target': 0, | 8 'app_base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| 11 # This part is shared between the targets defined below. Only files and | 11 # This part is shared between the targets defined below. Only files and |
| 12 # settings relevant for building the Win64 target should be added here. | 12 # settings relevant for building the Win64 target should be added here. |
| 13 # All the rest should be added to the 'app_base' target below. | 13 # All the rest should be added to the 'app_base' target below. |
| 14 ['app_base_target==1', { | 14 ['app_base_target==1', { |
| 15 'sources': [ | 15 'sources': [ |
| 16 # Used both for Chrome and for Win64 NaCl loader | 16 # Used both for Chrome and for Win64 NaCl loader |
| 17 '../ui/base/models/tree_model.cc', | 17 '../ui/base/models/tree_model.cc', |
| 18 '../ui/base/models/tree_model.h', | 18 '../ui/base/models/tree_model.h', |
| 19 '../ui/base/models/tree_node_iterator.h', | 19 '../ui/base/models/tree_node_iterator.h', |
| 20 '../ui/base/models/tree_node_model.h', | 20 '../ui/base/models/tree_node_model.h', |
| 21 '../ui/base/system_monitor/system_monitor.cc', | 21 '../ui/base/system_monitor/system_monitor.cc', |
| 22 '../ui/base/system_monitor/system_monitor.h', | 22 '../ui/base/system_monitor/system_monitor.h', |
| 23 '../ui/base/system_monitor/system_monitor_mac.mm', | 23 '../ui/base/system_monitor/system_monitor_mac.mm', |
| 24 '../ui/base/system_monitor/system_monitor_posix.cc', | 24 '../ui/base/system_monitor/system_monitor_posix.cc', |
| 25 '../ui/base/system_monitor/system_monitor_win.cc', | 25 '../ui/base/system_monitor/system_monitor_win.cc', |
| 26 '../ui/base/ui_base_paths.h', |
| 27 '../ui/base/ui_base_paths.cc', |
| 28 '../ui/base/ui_base_switches.h', |
| 29 '../ui/base/ui_base_switches.cc', |
| 26 'app_paths.h', | 30 'app_paths.h', |
| 27 'app_paths.cc', | 31 'app_paths.cc', |
| 28 'app_switches.h', | 32 'app_switches.h', |
| 29 'app_switches.cc', | 33 'app_switches.cc', |
| 30 ], | 34 ], |
| 31 'conditions': [ | 35 'conditions': [ |
| 32 ['OS!="linux" and OS!="freebsd" and OS!="openbsd"', { | 36 ['OS!="linux" and OS!="freebsd" and OS!="openbsd"', { |
| 33 'sources!': [ | 37 'sources!': [ |
| 34 '../ui/base/dragdrop/gtk_dnd_util.cc', | 38 '../ui/base/dragdrop/gtk_dnd_util.cc', |
| 35 '../ui/base/dragdrop/gtk_dnd_util.h', | 39 '../ui/base/dragdrop/gtk_dnd_util.h', |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 '../ui/base/models/button_menu_item_model.cc', | 158 '../ui/base/models/button_menu_item_model.cc', |
| 155 '../ui/base/models/button_menu_item_model.h', | 159 '../ui/base/models/button_menu_item_model.h', |
| 156 '../ui/base/models/menu_model.cc', | 160 '../ui/base/models/menu_model.cc', |
| 157 '../ui/base/models/menu_model.h', | 161 '../ui/base/models/menu_model.h', |
| 158 '../ui/base/models/simple_menu_model.cc', | 162 '../ui/base/models/simple_menu_model.cc', |
| 159 '../ui/base/models/simple_menu_model.h', | 163 '../ui/base/models/simple_menu_model.h', |
| 160 '../ui/base/models/combobox_model.h', | 164 '../ui/base/models/combobox_model.h', |
| 161 '../ui/base/models/table_model.cc', | 165 '../ui/base/models/table_model.cc', |
| 162 '../ui/base/models/table_model.h', | 166 '../ui/base/models/table_model.h', |
| 163 '../ui/base/models/table_model_observer.h', | 167 '../ui/base/models/table_model_observer.h', |
| 168 '../ui/base/resource/data_pack.cc', |
| 169 '../ui/base/resource/data_pack.h', |
| 170 '../ui/base/resource/resource_bundle.cc', |
| 171 '../ui/base/resource/resource_bundle.h', |
| 172 '../ui/base/resource/resource_bundle_linux.cc', |
| 173 '../ui/base/resource/resource_bundle_mac.mm', |
| 174 '../ui/base/resource/resource_bundle_posix.cc', |
| 175 '../ui/base/resource/resource_bundle_win.cc', |
| 164 '../ui/base/text/text_elider.cc', | 176 '../ui/base/text/text_elider.cc', |
| 165 '../ui/base/text/text_elider.h', | 177 '../ui/base/text/text_elider.h', |
| 166 '../ui/base/theme_provider.cc', | 178 '../ui/base/theme_provider.cc', |
| 167 '../ui/base/theme_provider.h', | 179 '../ui/base/theme_provider.h', |
| 168 '../ui/base/view_prop.cc', | 180 '../ui/base/view_prop.cc', |
| 169 '../ui/base/view_prop.h', | 181 '../ui/base/view_prop.h', |
| 170 '../ui/base/win/hwnd_util.cc', | 182 '../ui/base/win/hwnd_util.cc', |
| 171 '../ui/base/win/hwnd_util.h', | 183 '../ui/base/win/hwnd_util.h', |
| 172 '../ui/base/win/window_impl.cc', | 184 '../ui/base/win/window_impl.cc', |
| 173 '../ui/base/win/window_impl.h', | 185 '../ui/base/win/window_impl.h', |
| 174 '../ui/base/x/active_window_watcher_x.cc', | 186 '../ui/base/x/active_window_watcher_x.cc', |
| 175 '../ui/base/x/active_window_watcher_x.h', | 187 '../ui/base/x/active_window_watcher_x.h', |
| 176 '../ui/base/x/x11_util.cc', | 188 '../ui/base/x/x11_util.cc', |
| 177 '../ui/base/x/x11_util.h', | 189 '../ui/base/x/x11_util.h', |
| 178 '../ui/base/x/x11_util_internal.h', | 190 '../ui/base/x/x11_util_internal.h', |
| 179 'data_pack.cc', | |
| 180 'data_pack.h', | |
| 181 'gfx/gl/gl_bindings.h', | 191 'gfx/gl/gl_bindings.h', |
| 182 'gfx/gl/gl_context.cc', | 192 'gfx/gl/gl_context.cc', |
| 183 'gfx/gl/gl_context.h', | 193 'gfx/gl/gl_context.h', |
| 184 'gfx/gl/gl_context_linux.cc', | 194 'gfx/gl/gl_context_linux.cc', |
| 185 'gfx/gl/gl_context_mac.cc', | 195 'gfx/gl/gl_context_mac.cc', |
| 186 'gfx/gl/gl_context_osmesa.cc', | 196 'gfx/gl/gl_context_osmesa.cc', |
| 187 'gfx/gl/gl_context_osmesa.h', | 197 'gfx/gl/gl_context_osmesa.h', |
| 188 'gfx/gl/gl_context_stub.cc', | 198 'gfx/gl/gl_context_stub.cc', |
| 189 'gfx/gl/gl_context_stub.h', | 199 'gfx/gl/gl_context_stub.h', |
| 190 'gfx/gl/gl_context_win.cc', | 200 'gfx/gl/gl_context_win.cc', |
| 191 'gfx/gl/gl_headers.h', | 201 'gfx/gl/gl_headers.h', |
| 192 'gfx/gl/gl_implementation.cc', | 202 'gfx/gl/gl_implementation.cc', |
| 193 'gfx/gl/gl_implementation.h', | 203 'gfx/gl/gl_implementation.h', |
| 194 'gfx/gl/gl_implementation_linux.cc', | 204 'gfx/gl/gl_implementation_linux.cc', |
| 195 'gfx/gl/gl_implementation_mac.cc', | 205 'gfx/gl/gl_implementation_mac.cc', |
| 196 'gfx/gl/gl_implementation_win.cc', | 206 'gfx/gl/gl_implementation_win.cc', |
| 197 'gfx/gl/gl_interface.h', | 207 'gfx/gl/gl_interface.h', |
| 198 'gfx/gl/gl_interface.cc', | 208 'gfx/gl/gl_interface.cc', |
| 199 'l10n_util.cc', | 209 'l10n_util.cc', |
| 200 'l10n_util.h', | 210 'l10n_util.h', |
| 201 'l10n_util_collator.h', | 211 'l10n_util_collator.h', |
| 202 'l10n_util_mac.h', | 212 'l10n_util_mac.h', |
| 203 'l10n_util_mac.mm', | 213 'l10n_util_mac.mm', |
| 204 'l10n_util_posix.cc', | 214 'l10n_util_posix.cc', |
| 205 'l10n_util_win.cc', | 215 'l10n_util_win.cc', |
| 206 'l10n_util_win.h', | 216 'l10n_util_win.h', |
| 207 'mac/nsimage_cache.h', | 217 'mac/nsimage_cache.h', |
| 208 'mac/nsimage_cache.mm', | 218 'mac/nsimage_cache.mm', |
| 209 'mac/scoped_nsdisable_screen_updates.h', | 219 'mac/scoped_nsdisable_screen_updates.h', |
| 210 'resource_bundle.cc', | |
| 211 'resource_bundle.h', | |
| 212 'resource_bundle_linux.cc', | |
| 213 'resource_bundle_mac.mm', | |
| 214 'resource_bundle_posix.cc', | |
| 215 'resource_bundle_win.cc', | |
| 216 'sql/connection.cc', | 220 'sql/connection.cc', |
| 217 'sql/connection.h', | 221 'sql/connection.h', |
| 218 'sql/diagnostic_error_delegate.h', | 222 'sql/diagnostic_error_delegate.h', |
| 219 'sql/init_status.h', | 223 'sql/init_status.h', |
| 220 'sql/meta_table.cc', | 224 'sql/meta_table.cc', |
| 221 'sql/meta_table.h', | 225 'sql/meta_table.h', |
| 222 'sql/statement.cc', | 226 'sql/statement.cc', |
| 223 'sql/statement.h', | 227 'sql/statement.h', |
| 224 'sql/transaction.cc', | 228 'sql/transaction.cc', |
| 225 'sql/transaction.h', | 229 'sql/transaction.h', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 ], | 319 ], |
| 316 }], | 320 }], |
| 317 ['OS!="win"', { | 321 ['OS!="win"', { |
| 318 'sources!': [ | 322 'sources!': [ |
| 319 '../ui/base/dragdrop/drag_source.cc', | 323 '../ui/base/dragdrop/drag_source.cc', |
| 320 '../ui/base/dragdrop/drag_source.h', | 324 '../ui/base/dragdrop/drag_source.h', |
| 321 '../ui/base/dragdrop/drag_drop_types.h', | 325 '../ui/base/dragdrop/drag_drop_types.h', |
| 322 '../ui/base/dragdrop/drop_target.cc', | 326 '../ui/base/dragdrop/drop_target.cc', |
| 323 '../ui/base/dragdrop/drop_target.h', | 327 '../ui/base/dragdrop/drop_target.h', |
| 324 '../ui/base/dragdrop/os_exchange_data.cc', | 328 '../ui/base/dragdrop/os_exchange_data.cc', |
| 325 'view_prop.cc', | 329 '../ui/base/view_prop.cc', |
| 326 'view_prop.h', | 330 '../ui/base/view_prop.h', |
| 327 'win/iat_patch_function.cc', | 331 'win/iat_patch_function.cc', |
| 328 'win/iat_patch_function.h', | 332 'win/iat_patch_function.h', |
| 329 ], | 333 ], |
| 330 'sources/': [ | 334 'sources/': [ |
| 331 ['exclude', '^win/*'], | 335 ['exclude', '^win/*'], |
| 332 ], | 336 ], |
| 333 }], | 337 }], |
| 334 ['OS=="linux"', { | 338 ['OS=="linux"', { |
| 335 'sources': [ | 339 'sources': [ |
| 336 'gfx/gl/gl_context_egl.cc', | 340 'gfx/gl/gl_context_egl.cc', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 '<@(nacl_win64_defines)', | 432 '<@(nacl_win64_defines)', |
| 429 ], | 433 ], |
| 430 # TODO(gregoryd): The direct_dependent_settings should be shared with | 434 # TODO(gregoryd): The direct_dependent_settings should be shared with |
| 431 # the 32-bit target, but it doesn't work due to a bug in gyp | 435 # the 32-bit target, but it doesn't work due to a bug in gyp |
| 432 'direct_dependent_settings': { | 436 'direct_dependent_settings': { |
| 433 'include_dirs': [ | 437 'include_dirs': [ |
| 434 '..', | 438 '..', |
| 435 ], | 439 ], |
| 436 }, | 440 }, |
| 437 'sources': [ | 441 'sources': [ |
| 438 'resource_bundle_dummy.cc', | 442 '../ui/base/resource/resource_bundle_dummy.cc', |
| 439 ], | 443 ], |
| 440 'include_dirs': [ | 444 'include_dirs': [ |
| 441 '../skia/config/win', | 445 '../skia/config/win', |
| 442 '../third_party/icu/public/common', | 446 '../third_party/icu/public/common', |
| 443 '../third_party/icu/public/i18n', | 447 '../third_party/icu/public/i18n', |
| 444 '../third_party/npapi', | 448 '../third_party/npapi', |
| 445 '../third_party/skia/include/config', | 449 '../third_party/skia/include/config', |
| 446 '../third_party/skia/include/core', | 450 '../third_party/skia/include/core', |
| 447 ], | 451 ], |
| 448 'configurations': { | 452 'configurations': { |
| 449 'Common_Base': { | 453 'Common_Base': { |
| 450 'msvs_target_platform': 'x64', | 454 'msvs_target_platform': 'x64', |
| 451 }, | 455 }, |
| 452 }, | 456 }, |
| 453 }, | 457 }, |
| 454 ], | 458 ], |
| 455 }], | 459 }], |
| 456 ], | 460 ], |
| 457 } | 461 } |
| OLD | NEW |