| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| 11 ], | 11 ], |
| 12 'targets': [ | 12 'targets': [ |
| 13 { | 13 { |
| 14 'target_name': 'ui', | 14 'target_name': 'ui', |
| 15 'type': '<(component)', | 15 'type': '<(component)', |
| 16 'variables': { 'enable_wexit_time_destructors': 1, }, | 16 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 17 'includes': [ | 17 'includes': [ |
| 18 'base/ime/ime.gypi', | 18 'base/ime/ime.gypi', |
| 19 ], | 19 ], |
| 20 'dependencies': [ | 20 'dependencies': [ |
| 21 '../base/base.gyp:base', | 21 '../base/base.gyp:base', |
| 22 '../base/base.gyp:base_i18n', | 22 '../base/base.gyp:base_i18n', |
| 23 '../base/base.gyp:base_static', | 23 '../base/base.gyp:base_static', |
| 24 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 24 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 25 '../third_party/utouch-frame/utouch-frame.gyp:utouch-frame', |
| 26 '../third_party/utouch-grail/utouch-grail.gyp:utouch-grail', |
| 25 '../build/temp_gyp/googleurl.gyp:googleurl', | 27 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 26 '../net/net.gyp:net', | 28 '../net/net.gyp:net', |
| 27 '../skia/skia.gyp:skia', | 29 '../skia/skia.gyp:skia', |
| 28 '../third_party/icu/icu.gyp:icui18n', | 30 '../third_party/icu/icu.gyp:icui18n', |
| 29 '../third_party/icu/icu.gyp:icuuc', | 31 '../third_party/icu/icu.gyp:icuuc', |
| 30 '../third_party/libpng/libpng.gyp:libpng', | 32 '../third_party/libpng/libpng.gyp:libpng', |
| 31 '../third_party/zlib/zlib.gyp:zlib', | 33 '../third_party/zlib/zlib.gyp:zlib', |
| 32 'base/strings/ui_strings.gyp:ui_strings', | 34 'base/strings/ui_strings.gyp:ui_strings', |
| 33 'gfx_resources', | 35 'gfx_resources', |
| 34 '<(libjpeg_gyp_path):libjpeg', | 36 '<(libjpeg_gyp_path):libjpeg', |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'base/resource/resource_bundle_posix.cc', | 206 'base/resource/resource_bundle_posix.cc', |
| 205 'base/resource/resource_bundle_win.cc', | 207 'base/resource/resource_bundle_win.cc', |
| 206 'base/text/bytes_formatting.cc', | 208 'base/text/bytes_formatting.cc', |
| 207 'base/text/bytes_formatting.h', | 209 'base/text/bytes_formatting.h', |
| 208 'base/text/text_elider.cc', | 210 'base/text/text_elider.cc', |
| 209 'base/text/text_elider.h', | 211 'base/text/text_elider.h', |
| 210 'base/text/utf16_indexing.cc', | 212 'base/text/utf16_indexing.cc', |
| 211 'base/text/utf16_indexing.h', | 213 'base/text/utf16_indexing.h', |
| 212 'base/theme_provider.cc', | 214 'base/theme_provider.cc', |
| 213 'base/theme_provider.h', | 215 'base/theme_provider.h', |
| 216 'base/touch/axis.cc', |
| 217 'base/touch/axis.h', |
| 218 'base/touch/multi_touch_device.cc', |
| 219 'base/touch/multi_touch_device.h', |
| 220 'base/touch/multi_touch_device_x11.cc', |
| 221 'base/touch/multi_touch_device_x11.h', |
| 214 'base/touch/touch_factory.cc', | 222 'base/touch/touch_factory.cc', |
| 215 'base/touch/touch_factory.h', | 223 'base/touch/touch_factory.h', |
| 216 'base/ui_base_exports.cc', | 224 'base/ui_base_exports.cc', |
| 217 'base/ui_base_paths.cc', | 225 'base/ui_base_paths.cc', |
| 218 'base/ui_base_paths.h', | 226 'base/ui_base_paths.h', |
| 219 'base/ui_base_switches.cc', | 227 'base/ui_base_switches.cc', |
| 220 'base/ui_base_switches.h', | 228 'base/ui_base_switches.h', |
| 221 'base/ui_base_types.h', | 229 'base/ui_base_types.h', |
| 222 'base/ui_export.h', | 230 'base/ui_export.h', |
| 223 'base/view_prop.cc', | 231 'base/view_prop.cc', |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 ['exclude', 'base/x/work_area_watcher_x.cc'], | 405 ['exclude', 'base/x/work_area_watcher_x.cc'], |
| 398 ['exclude', 'base/x/work_area_watcher_x.h'], | 406 ['exclude', 'base/x/work_area_watcher_x.h'], |
| 399 ['exclude', 'base/x/work_area_watcher_x_observer.h'], | 407 ['exclude', 'base/x/work_area_watcher_x_observer.h'], |
| 400 ], | 408 ], |
| 401 }, { # use_aura!=1 | 409 }, { # use_aura!=1 |
| 402 'sources!': [ | 410 'sources!': [ |
| 403 'gfx/native_theme_aura.cc', | 411 'gfx/native_theme_aura.cc', |
| 404 'gfx/native_theme_aura.h', | 412 'gfx/native_theme_aura.h', |
| 405 ] | 413 ] |
| 406 }], | 414 }], |
| 415 ['use_utouch==1', { |
| 416 'defines' : ['USE_UTOUCH'], |
| 417 }, { #use_utouch!=1 |
| 418 'dependencies!': [ |
| 419 # '../build/linux/system.gyp:utouch_frame', |
| 420 # '../build/linux/system.gyp:utouch_grail', |
| 421 '../third_party/utouch-frame/utouch-frame.gyp:utouch-frame', |
| 422 '../third_party/utouch-grail/utouch-grail.gyp:utouch-grail', |
| 423 ], |
| 424 }], |
| 407 ['use_aura==1 and OS=="win"', { | 425 ['use_aura==1 and OS=="win"', { |
| 408 'sources/': [ | 426 'sources/': [ |
| 409 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], | 427 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'], |
| 410 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], | 428 ['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'], |
| 411 ['exclude', 'gfx/native_theme_win.cc'], | 429 ['exclude', 'gfx/native_theme_win.cc'], |
| 412 ['exclude', 'gfx/native_theme_win.h'], | 430 ['exclude', 'gfx/native_theme_win.h'], |
| 413 ['exclude', 'gfx/path_win.cc'], | 431 ['exclude', 'gfx/path_win.cc'], |
| 414 ], | 432 ], |
| 415 }], | 433 }], |
| 416 ['use_ibus==1', { | 434 ['use_ibus==1', { |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ | 712 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); '
\ |
| 695 'os.chmod(\'<(ui_copy_dest)\', 0700)' | 713 'os.chmod(\'<(ui_copy_dest)\', 0700)' |
| 696 ] | 714 ] |
| 697 } | 715 } |
| 698 ], | 716 ], |
| 699 }, | 717 }, |
| 700 ], | 718 ], |
| 701 }], | 719 }], |
| 702 ], | 720 ], |
| 703 } | 721 } |
| OLD | NEW |