| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 '../third_party/libpng/libpng.gyp:libpng', | 22 '../third_party/libpng/libpng.gyp:libpng', |
| 23 '../third_party/zlib/zlib.gyp:zlib', | 23 '../third_party/zlib/zlib.gyp:zlib', |
| 24 '../url/url.gyp:url_lib', | 24 '../url/url.gyp:url_lib', |
| 25 'base/strings/ui_strings.gyp:ui_strings', | 25 'base/strings/ui_strings.gyp:ui_strings', |
| 26 'events/events.gyp:events_base', | 26 'events/events.gyp:events_base', |
| 27 'gfx/gfx.gyp:gfx', | 27 'gfx/gfx.gyp:gfx', |
| 28 'gfx/gfx.gyp:gfx_geometry', | 28 'gfx/gfx.gyp:gfx_geometry', |
| 29 'resources/ui_resources.gyp:ui_resources', | 29 'resources/ui_resources.gyp:ui_resources', |
| 30 ], | 30 ], |
| 31 'defines': [ | 31 'defines': [ |
| 32 'UI_IMPLEMENTATION', | 32 'UI_BASE_IMPLEMENTATION', |
| 33 ], | 33 ], |
| 34 'export_dependent_settings': [ | 34 'export_dependent_settings': [ |
| 35 '../net/net.gyp:net', | 35 '../net/net.gyp:net', |
| 36 'gfx/gfx.gyp:gfx', | 36 'gfx/gfx.gyp:gfx', |
| 37 ], | 37 ], |
| 38 'sources' : [ | 38 'sources' : [ |
| 39 'base/accelerators/accelerator.cc', | 39 'base/accelerators/accelerator.cc', |
| 40 'base/accelerators/accelerator.h', | 40 'base/accelerators/accelerator.h', |
| 41 'base/accelerators/accelerator_manager.cc', | 41 'base/accelerators/accelerator_manager.cc', |
| 42 'base/accelerators/accelerator_manager.h', | 42 'base/accelerators/accelerator_manager.h', |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 'base/touch/touch_enabled.h', | 264 'base/touch/touch_enabled.h', |
| 265 'base/ui_base_exports.cc', | 265 'base/ui_base_exports.cc', |
| 266 'base/ui_base_paths.cc', | 266 'base/ui_base_paths.cc', |
| 267 'base/ui_base_paths.h', | 267 'base/ui_base_paths.h', |
| 268 'base/ui_base_switches.cc', | 268 'base/ui_base_switches.cc', |
| 269 'base/ui_base_switches.h', | 269 'base/ui_base_switches.h', |
| 270 'base/ui_base_switches_util.cc', | 270 'base/ui_base_switches_util.cc', |
| 271 'base/ui_base_switches_util.h', | 271 'base/ui_base_switches_util.h', |
| 272 'base/ui_base_types.cc', | 272 'base/ui_base_types.cc', |
| 273 'base/ui_base_types.h', | 273 'base/ui_base_types.h', |
| 274 'base/ui_export.h', | 274 'base/ui_base_export.h', |
| 275 'base/view_prop.cc', | 275 'base/view_prop.cc', |
| 276 'base/view_prop.h', | 276 'base/view_prop.h', |
| 277 'base/webui/jstemplate_builder.cc', | 277 'base/webui/jstemplate_builder.cc', |
| 278 'base/webui/jstemplate_builder.h', | 278 'base/webui/jstemplate_builder.h', |
| 279 'base/webui/web_ui_util.cc', | 279 'base/webui/web_ui_util.cc', |
| 280 'base/webui/web_ui_util.h', | 280 'base/webui/web_ui_util.h', |
| 281 'base/win/accessibility_ids_win.h', | 281 'base/win/accessibility_ids_win.h', |
| 282 'base/win/accessibility_misc_utils.cc', | 282 'base/win/accessibility_misc_utils.cc', |
| 283 'base/win/accessibility_misc_utils.h', | 283 'base/win/accessibility_misc_utils.h', |
| 284 'base/win/atl_module.h', | 284 'base/win/atl_module.h', |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 'variables': { | 626 'variables': { |
| 627 'jni_gen_package': 'ui', | 627 'jni_gen_package': 'ui', |
| 628 'jni_generator_ptr_type': 'long', | 628 'jni_generator_ptr_type': 'long', |
| 629 }, | 629 }, |
| 630 'includes': [ '../build/jni_generator.gypi' ], | 630 'includes': [ '../build/jni_generator.gypi' ], |
| 631 }, | 631 }, |
| 632 ], | 632 ], |
| 633 }], | 633 }], |
| 634 ], | 634 ], |
| 635 } | 635 } |
| OLD | NEW |