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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 459008: Mac: the return of the tab-modal-sheets patch. (Closed)
Patch Set: Merged ToT. Must ... commit ... soon. Created 11 years 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
« no previous file with comments | « chrome/browser/views/shell_dialogs_win.cc ('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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1466 matching lines...) Expand 10 before | Expand all | Expand 10 after
1477 'browser/sync/sync_setup_flow.cc', 1477 'browser/sync/sync_setup_flow.cc',
1478 'browser/sync/sync_setup_flow.h', 1478 'browser/sync/sync_setup_flow.h',
1479 'browser/sync/sync_setup_wizard.cc', 1479 'browser/sync/sync_setup_wizard.cc',
1480 'browser/sync/sync_setup_wizard.h', 1480 'browser/sync/sync_setup_wizard.h',
1481 'browser/sync/sync_ui_util.cc', 1481 'browser/sync/sync_ui_util.cc',
1482 'browser/sync/sync_ui_util.h', 1482 'browser/sync/sync_ui_util.h',
1483 'browser/sync/sync_ui_util_mac.mm', 1483 'browser/sync/sync_ui_util_mac.mm',
1484 'browser/sync/sync_ui_util_mac.h', 1484 'browser/sync/sync_ui_util_mac.h',
1485 'browser/state_tracker.cc', 1485 'browser/state_tracker.cc',
1486 'browser/state_tracker.h', 1486 'browser/state_tracker.h',
1487 'browser/tab_contents/constrained_window.cc',
1487 'browser/tab_contents/constrained_window.h', 1488 'browser/tab_contents/constrained_window.h',
1488 'browser/tab_contents/infobar_delegate.cc', 1489 'browser/tab_contents/infobar_delegate.cc',
1489 'browser/tab_contents/infobar_delegate.h', 1490 'browser/tab_contents/infobar_delegate.h',
1490 'browser/tab_contents/interstitial_page.cc', 1491 'browser/tab_contents/interstitial_page.cc',
1491 'browser/tab_contents/interstitial_page.h', 1492 'browser/tab_contents/interstitial_page.h',
1492 'browser/tab_contents/navigation_controller.cc', 1493 'browser/tab_contents/navigation_controller.cc',
1493 'browser/tab_contents/navigation_controller.h', 1494 'browser/tab_contents/navigation_controller.h',
1494 'browser/tab_contents/navigation_entry.cc', 1495 'browser/tab_contents/navigation_entry.cc',
1495 'browser/tab_contents/navigation_entry.h', 1496 'browser/tab_contents/navigation_entry.h',
1496 'browser/tab_contents/page_navigator.h', 1497 'browser/tab_contents/page_navigator.h',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
1969 '../third_party/mozilla/include/NSURL+Utils.m', 1970 '../third_party/mozilla/include/NSURL+Utils.m',
1970 '../third_party/mozilla/include/NSWorkspace+Utils.h', 1971 '../third_party/mozilla/include/NSWorkspace+Utils.h',
1971 '../third_party/mozilla/include/NSWorkspace+Utils.m', 1972 '../third_party/mozilla/include/NSWorkspace+Utils.m',
1972 # Headers so that IB can find classes it needs to resolve classes 1973 # Headers so that IB can find classes it needs to resolve classes
1973 # in XIB files. 1974 # in XIB files.
1974 '../base/chrome_application_mac.h', 1975 '../base/chrome_application_mac.h',
1975 ], 1976 ],
1976 'include_dirs': [ 1977 'include_dirs': [
1977 '../third_party/GTM', 1978 '../third_party/GTM',
1978 '../third_party/GTM/AppKit', 1979 '../third_party/GTM/AppKit',
1980 ###FIXME <-- dmaclach to add the following line?
1981 '../third_party/GTM/DebugUtils',
1979 '../third_party/GTM/Foundation', 1982 '../third_party/GTM/Foundation',
1980 ], 1983 ],
1981 'link_settings': { 1984 'link_settings': {
1982 'libraries': [ 1985 'libraries': [
1983 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' , 1986 '$(SDKROOT)/System/Library/Frameworks/SecurityInterface.framework' ,
1984 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', 1987 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework',
1985 ], 1988 ],
1986 'mac_bundle_resources': [ 1989 'mac_bundle_resources': [
1987 'browser/utility.sb', 1990 'browser/utility.sb',
1988 'browser/worker.sb', 1991 'browser/worker.sb',
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
2431 ], 2434 ],
2432 }, 2435 },
2433 ], 2436 ],
2434 } 2437 }
2435 2438
2436 # Local Variables: 2439 # Local Variables:
2437 # tab-width:2 2440 # tab-width:2
2438 # indent-tabs-mode:nil 2441 # indent-tabs-mode:nil
2439 # End: 2442 # End:
2440 # vim: set expandtab tabstop=2 shiftwidth=2: 2443 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/shell_dialogs_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698