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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11644059: Change infobar creation to use a public static Create() method on the infobar delegate classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | 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 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 'browser/ui/snapshot_tab_helper.cc', 1233 'browser/ui/snapshot_tab_helper.cc',
1234 'browser/ui/snapshot_tab_helper.h', 1234 'browser/ui/snapshot_tab_helper.h',
1235 'browser/ui/startup/autolaunch_prompt.cc', 1235 'browser/ui/startup/autolaunch_prompt.cc',
1236 'browser/ui/startup/autolaunch_prompt_win.cc', 1236 'browser/ui/startup/autolaunch_prompt_win.cc',
1237 'browser/ui/startup/autolaunch_prompt.h', 1237 'browser/ui/startup/autolaunch_prompt.h',
1238 'browser/ui/startup/bad_flags_prompt.cc', 1238 'browser/ui/startup/bad_flags_prompt.cc',
1239 'browser/ui/startup/bad_flags_prompt.h', 1239 'browser/ui/startup/bad_flags_prompt.h',
1240 'browser/ui/startup/default_browser_prompt.cc', 1240 'browser/ui/startup/default_browser_prompt.cc',
1241 'browser/ui/startup/default_browser_prompt.h', 1241 'browser/ui/startup/default_browser_prompt.h',
1242 'browser/ui/startup/default_browser_prompt_win.cc', 1242 'browser/ui/startup/default_browser_prompt_win.cc',
1243 'browser/ui/startup/obsolete_os_prompt.cc', 1243 'browser/ui/startup/obsolete_os_info_bar.cc',
1244 'browser/ui/startup/obsolete_os_prompt.h', 1244 'browser/ui/startup/obsolete_os_info_bar.h',
1245 'browser/ui/startup/obsolete_os_prompt_gtk.cc',
1246 'browser/ui/startup/session_crashed_prompt.cc', 1245 'browser/ui/startup/session_crashed_prompt.cc',
1247 'browser/ui/startup/session_crashed_prompt.h', 1246 'browser/ui/startup/session_crashed_prompt.h',
1248 'browser/ui/startup/startup_browser_creator.cc', 1247 'browser/ui/startup/startup_browser_creator.cc',
1249 'browser/ui/startup/startup_browser_creator.h', 1248 'browser/ui/startup/startup_browser_creator.h',
1250 'browser/ui/startup/startup_browser_creator_impl.cc', 1249 'browser/ui/startup/startup_browser_creator_impl.cc',
1251 'browser/ui/startup/startup_browser_creator_impl.h', 1250 'browser/ui/startup/startup_browser_creator_impl.h',
1252 'browser/ui/startup/startup_browser_creator_win.cc', 1251 'browser/ui/startup/startup_browser_creator_win.cc',
1253 'browser/ui/startup/startup_browser_creator_win.h', 1252 'browser/ui/startup/startup_browser_creator_win.h',
1254 'browser/ui/startup/startup_tab.cc', 1253 'browser/ui/startup/startup_tab.cc',
1255 'browser/ui/startup/startup_tab.h', 1254 'browser/ui/startup/startup_tab.h',
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2463 'dependencies': [ 2462 'dependencies': [
2464 '../build/linux/system.gyp:dbus', 2463 '../build/linux/system.gyp:dbus',
2465 '../build/linux/system.gyp:gconf', 2464 '../build/linux/system.gyp:gconf',
2466 '../build/linux/system.gyp:gtk', 2465 '../build/linux/system.gyp:gtk',
2467 '../build/linux/system.gyp:gtkprint', 2466 '../build/linux/system.gyp:gtkprint',
2468 '../build/linux/system.gyp:ssl', 2467 '../build/linux/system.gyp:ssl',
2469 '../build/linux/system.gyp:x11', 2468 '../build/linux/system.gyp:x11',
2470 '../dbus/dbus.gyp:dbus', 2469 '../dbus/dbus.gyp:dbus',
2471 '../third_party/undoview/undoview.gyp:undoview', 2470 '../third_party/undoview/undoview.gyp:undoview',
2472 ], 2471 ],
2473 'sources': [
2474 'browser/ui/startup/obsolete_os_info_bar.cc',
2475 'browser/ui/startup/obsolete_os_info_bar.h',
2476 ],
2477 }], 2472 }],
2478 ['enable_web_intents==0', { 2473 ['enable_web_intents==0', {
2479 'sources/': [ 2474 'sources/': [
2480 ['exclude', '^browser/ui/intents/'], 2475 ['exclude', '^browser/ui/intents/'],
2481 ], 2476 ],
2482 }], 2477 }],
2483 ['enable_themes==0', { 2478 ['enable_themes==0', {
2484 'sources!': [ 2479 'sources!': [
2485 'browser/ui/webui/theme_source.cc', 2480 'browser/ui/webui/theme_source.cc',
2486 ], 2481 ],
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2636 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', 2631 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
2637 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', 2632 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
2638 # MolokoCacao additions 2633 # MolokoCacao additions
2639 '../third_party/molokocacao/NSBezierPath+MCAdditions.h', 2634 '../third_party/molokocacao/NSBezierPath+MCAdditions.h',
2640 '../third_party/molokocacao/NSBezierPath+MCAdditions.m', 2635 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
2641 # Build necessary Mozilla sources 2636 # Build necessary Mozilla sources
2642 '../third_party/mozilla/NSScreen+Utils.h', 2637 '../third_party/mozilla/NSScreen+Utils.h',
2643 '../third_party/mozilla/NSScreen+Utils.m', 2638 '../third_party/mozilla/NSScreen+Utils.m',
2644 '../third_party/mozilla/NSWorkspace+Utils.h', 2639 '../third_party/mozilla/NSWorkspace+Utils.h',
2645 '../third_party/mozilla/NSWorkspace+Utils.m', 2640 '../third_party/mozilla/NSWorkspace+Utils.m',
2646 # Additional files for use only on Mac and Gtk.
2647 'browser/ui/startup/obsolete_os_info_bar.cc',
2648 'browser/ui/startup/obsolete_os_info_bar.h',
2649 ], 2641 ],
2650 'include_dirs': [ 2642 'include_dirs': [
2651 '../third_party/apple', 2643 '../third_party/apple',
2652 '../third_party/GTM', 2644 '../third_party/GTM',
2653 '../third_party/GTM/AppKit', 2645 '../third_party/GTM/AppKit',
2654 '../third_party/GTM/DebugUtils', 2646 '../third_party/GTM/DebugUtils',
2655 '../third_party/GTM/Foundation', 2647 '../third_party/GTM/Foundation',
2656 ], 2648 ],
2657 'actions': [ 2649 'actions': [
2658 { 2650 {
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
2805 }, { # else: enable_app_list==0 2797 }, { # else: enable_app_list==0
2806 'sources/': [ 2798 'sources/': [
2807 ['exclude', '^browser/ui/views/app_list/'], 2799 ['exclude', '^browser/ui/views/app_list/'],
2808 ['exclude', '^browser/ui/app_list/'], 2800 ['exclude', '^browser/ui/app_list/'],
2809 ] 2801 ]
2810 }], 2802 }],
2811 ], 2803 ],
2812 }, 2804 },
2813 ], 2805 ],
2814 } 2806 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698