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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 160083003: Split cocoa_event_utils in two parts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: still works? Created 6 years, 10 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 30 matching lines...) Expand all
41 '../skia/skia.gyp:skia', 41 '../skia/skia.gyp:skia',
42 '../sync/sync.gyp:sync', 42 '../sync/sync.gyp:sync',
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
45 '../third_party/icu/icu.gyp:icui18n', 45 '../third_party/icu/icu.gyp:icui18n',
46 '../third_party/icu/icu.gyp:icuuc', 46 '../third_party/icu/icu.gyp:icuuc',
47 '../third_party/libusb/libusb.gyp:libusb', 47 '../third_party/libusb/libusb.gyp:libusb',
48 '../third_party/libxml/libxml.gyp:libxml', 48 '../third_party/libxml/libxml.gyp:libxml',
49 '../third_party/zlib/zlib.gyp:zlib', 49 '../third_party/zlib/zlib.gyp:zlib',
50 '../ui/base/strings/ui_strings.gyp:ui_strings', 50 '../ui/base/strings/ui_strings.gyp:ui_strings',
51 '../ui/events/events.gyp:events',
51 '../ui/gfx/gfx.gyp:gfx', 52 '../ui/gfx/gfx.gyp:gfx',
52 '../ui/gfx/gfx.gyp:gfx_geometry', 53 '../ui/gfx/gfx.gyp:gfx_geometry',
53 '../ui/message_center/message_center.gyp:message_center', 54 '../ui/message_center/message_center.gyp:message_center',
54 '../ui/native_theme/native_theme.gyp:native_theme', 55 '../ui/native_theme/native_theme.gyp:native_theme',
56 '../ui/resources/ui_resources.gyp:ui_resources',
55 '../ui/snapshot/snapshot.gyp:snapshot', 57 '../ui/snapshot/snapshot.gyp:snapshot',
56 '../ui/ui.gyp:ui', 58 '../ui/ui.gyp:ui',
57 '../ui/resources/ui_resources.gyp:ui_resources',
58 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 59 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
59 ], 60 ],
60 'include_dirs': [ 61 'include_dirs': [
61 '..', 62 '..',
62 '<(INTERMEDIATE_DIR)', 63 '<(INTERMEDIATE_DIR)',
63 # Needed by pepper_flash_component_installer.cc. 64 # Needed by pepper_flash_component_installer.cc.
64 '<(SHARED_INTERMEDIATE_DIR)', 65 '<(SHARED_INTERMEDIATE_DIR)',
65 ], 66 ],
66 'export_dependent_settings': [ 67 'export_dependent_settings': [
67 '../components/components.gyp:dom_distiller_core', 68 '../components/components.gyp:dom_distiller_core',
(...skipping 2723 matching lines...) Expand 10 before | Expand all | Expand 10 after
2791 'FULL_SAFE_BROWSING', 2792 'FULL_SAFE_BROWSING',
2792 ], 2793 ],
2793 }, { # safe_browsing==0 || safe_browsing==2 2794 }, { # safe_browsing==0 || safe_browsing==2
2794 'dependencies!': [ 2795 'dependencies!': [
2795 'safe_browsing_proto', 2796 'safe_browsing_proto',
2796 'safe_browsing_report_proto', 2797 'safe_browsing_report_proto',
2797 ], 2798 ],
2798 }], 2799 }],
2799 ['toolkit_views == 1', { 2800 ['toolkit_views == 1', {
2800 'dependencies': [ 2801 'dependencies': [
2801 '../ui/events/events.gyp:events',
2802 '../ui/wm/wm.gyp:wm_public', 2802 '../ui/wm/wm.gyp:wm_public',
2803 ], 2803 ],
2804 'sources!': [ 2804 'sources!': [
2805 'browser/ui/profile_reset_bubble_stub.cc', 2805 'browser/ui/profile_reset_bubble_stub.cc',
2806 ], 2806 ],
2807 }, { # toolkit_views == 0 2807 }, { # toolkit_views == 0
2808 'sources!': [ 2808 'sources!': [
2809 'browser/ui/tabs/tab_strip_layout_type.h', 2809 'browser/ui/tabs/tab_strip_layout_type.h',
2810 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 2810 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
2811 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 2811 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
3417 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3417 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3418 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3418 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3419 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3419 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3420 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3420 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3421 ], 3421 ],
3422 }], 3422 }],
3423 ], 3423 ],
3424 }, 3424 },
3425 ], 3425 ],
3426 } 3426 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/toolbar/back_forward_menu_controller.mm ('k') | ui/base/cocoa/cocoa_base_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698