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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11947002: Switch back to deprecated fullscreen APIs. (Closed) Base URL: svn://svn.chromium.org/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') | ui/base/cocoa/fullscreen_window_manager_unittest.mm » ('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 2623 matching lines...) Expand 10 before | Expand all | Expand 10 after
2634 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', 2634 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h',
2635 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m', 2635 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m',
2636 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', 2636 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
2637 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', 2637 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
2638 '../third_party/GTM/AppKit/GTMUILocalizer.h', 2638 '../third_party/GTM/AppKit/GTMUILocalizer.h',
2639 '../third_party/GTM/AppKit/GTMUILocalizer.m', 2639 '../third_party/GTM/AppKit/GTMUILocalizer.m',
2640 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', 2640 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h',
2641 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', 2641 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m',
2642 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', 2642 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
2643 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', 2643 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
2644 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
2645 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
2644 # MolokoCacao additions 2646 # MolokoCacao additions
2645 '../third_party/molokocacao/NSBezierPath+MCAdditions.h', 2647 '../third_party/molokocacao/NSBezierPath+MCAdditions.h',
2646 '../third_party/molokocacao/NSBezierPath+MCAdditions.m', 2648 '../third_party/molokocacao/NSBezierPath+MCAdditions.m',
2647 # Build necessary Mozilla sources 2649 # Build necessary Mozilla sources
2648 '../third_party/mozilla/NSScreen+Utils.h', 2650 '../third_party/mozilla/NSScreen+Utils.h',
2649 '../third_party/mozilla/NSScreen+Utils.m', 2651 '../third_party/mozilla/NSScreen+Utils.m',
2650 '../third_party/mozilla/NSWorkspace+Utils.h', 2652 '../third_party/mozilla/NSWorkspace+Utils.h',
2651 '../third_party/mozilla/NSWorkspace+Utils.m', 2653 '../third_party/mozilla/NSWorkspace+Utils.m',
2652 ], 2654 ],
2653 'include_dirs': [ 2655 'include_dirs': [
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2815 }], 2817 }],
2816 ['enable_message_center==1', { 2818 ['enable_message_center==1', {
2817 'dependencies': [ 2819 'dependencies': [
2818 '../ui/message_center/message_center.gyp:message_center', 2820 '../ui/message_center/message_center.gyp:message_center',
2819 ], 2821 ],
2820 }], 2822 }],
2821 ], 2823 ],
2822 }, 2824 },
2823 ], 2825 ],
2824 } 2826 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | ui/base/cocoa/fullscreen_window_manager_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698