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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 57433011: Restructure the events target into two components: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 26 matching lines...) Expand all
37 '../skia/skia.gyp:skia', 37 '../skia/skia.gyp:skia',
38 '../sync/sync.gyp:sync', 38 '../sync/sync.gyp:sync',
39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
41 '../third_party/icu/icu.gyp:icui18n', 41 '../third_party/icu/icu.gyp:icui18n',
42 '../third_party/icu/icu.gyp:icuuc', 42 '../third_party/icu/icu.gyp:icuuc',
43 '../third_party/libusb/libusb.gyp:libusb', 43 '../third_party/libusb/libusb.gyp:libusb',
44 '../third_party/libxml/libxml.gyp:libxml', 44 '../third_party/libxml/libxml.gyp:libxml',
45 '../third_party/zlib/zlib.gyp:zlib', 45 '../third_party/zlib/zlib.gyp:zlib',
46 '../ui/base/strings/ui_strings.gyp:ui_strings', 46 '../ui/base/strings/ui_strings.gyp:ui_strings',
47 '../ui/events/events.gyp:events',
48 '../ui/gfx/gfx.gyp:gfx', 47 '../ui/gfx/gfx.gyp:gfx',
49 '../ui/message_center/message_center.gyp:message_center', 48 '../ui/message_center/message_center.gyp:message_center',
50 '../ui/native_theme/native_theme.gyp:native_theme', 49 '../ui/native_theme/native_theme.gyp:native_theme',
51 '../ui/snapshot/snapshot.gyp:snapshot', 50 '../ui/snapshot/snapshot.gyp:snapshot',
52 '../ui/ui.gyp:ui', 51 '../ui/ui.gyp:ui',
53 '../ui/ui.gyp:ui_resources', 52 '../ui/ui.gyp:ui_resources',
54 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 53 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
55 ], 54 ],
56 'include_dirs': [ 55 'include_dirs': [
57 '..', 56 '..',
(...skipping 2607 matching lines...) Expand 10 before | Expand all | Expand 10 after
2665 'defines': [ 2664 'defines': [
2666 'FULL_SAFE_BROWSING', 2665 'FULL_SAFE_BROWSING',
2667 ], 2666 ],
2668 }, { # safe_browsing==0 || safe_browsing==2 2667 }, { # safe_browsing==0 || safe_browsing==2
2669 'dependencies!': [ 2668 'dependencies!': [
2670 'safe_browsing_proto', 2669 'safe_browsing_proto',
2671 'safe_browsing_report_proto', 2670 'safe_browsing_report_proto',
2672 '../third_party/libusb/libusb.gyp:libusb', 2671 '../third_party/libusb/libusb.gyp:libusb',
2673 ], 2672 ],
2674 }], 2673 }],
2675 ['toolkit_views == 0', { 2674 ['toolkit_views == 1', {
2675 'dependencies': [
2676 '../ui/events/events.gyp:events',
2677 ],
2678 'sources!': [
2679 'browser/ui/profile_reset_bubble_stub.cc',
2680 ],
2681 }, { # toolkit_views == 0
2676 'sources!': [ 2682 'sources!': [
2677 'browser/ui/tabs/tab_strip_layout_type.h', 2683 'browser/ui/tabs/tab_strip_layout_type.h',
2678 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', 2684 'browser/ui/tabs/tab_strip_layout_type_prefs.cc',
2679 'browser/ui/tabs/tab_strip_layout_type_prefs.h', 2685 'browser/ui/tabs/tab_strip_layout_type_prefs.h',
2680 ], 2686 ],
2681 }],
2682 ['toolkit_views == 1', {
2683 'sources!': [
2684 'browser/ui/profile_reset_bubble_stub.cc',
2685 ],
2686 }], 2687 }],
2687 ['OS=="linux"', { 2688 ['OS=="linux"', {
2688 'dependencies': [ 2689 'dependencies': [
2689 '../build/linux/system.gyp:udev', 2690 '../build/linux/system.gyp:udev',
2690 ], 2691 ],
2691 'sources/': [ 2692 'sources/': [
2692 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], 2693 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'],
2693 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], 2694 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'],
2694 ], 2695 ],
2695 }], 2696 }],
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
3306 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3307 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3307 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3308 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3308 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3309 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3309 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3310 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3310 ], 3311 ],
3311 }], 3312 }],
3312 ], 3313 ],
3313 }, 3314 },
3314 ], 3315 ],
3315 } 3316 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698