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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7645041: mac: Makeshift UI for scroll feedback. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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/browser/ui/cocoa/history_overlay_controller.mm ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2490 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 'browser/ui/cocoa/framed_browser_window.h', 2501 'browser/ui/cocoa/framed_browser_window.h',
2502 'browser/ui/cocoa/framed_browser_window.mm', 2502 'browser/ui/cocoa/framed_browser_window.mm',
2503 'browser/ui/cocoa/fullscreen_window.h', 2503 'browser/ui/cocoa/fullscreen_window.h',
2504 'browser/ui/cocoa/fullscreen_window.mm', 2504 'browser/ui/cocoa/fullscreen_window.mm',
2505 'browser/ui/cocoa/gradient_button_cell.h', 2505 'browser/ui/cocoa/gradient_button_cell.h',
2506 'browser/ui/cocoa/gradient_button_cell.mm', 2506 'browser/ui/cocoa/gradient_button_cell.mm',
2507 'browser/ui/cocoa/history_menu_bridge.h', 2507 'browser/ui/cocoa/history_menu_bridge.h',
2508 'browser/ui/cocoa/history_menu_bridge.mm', 2508 'browser/ui/cocoa/history_menu_bridge.mm',
2509 'browser/ui/cocoa/history_menu_cocoa_controller.h', 2509 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2510 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 2510 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2511 'browser/ui/cocoa/history_overlay_controller.h',
2512 'browser/ui/cocoa/history_overlay_controller.mm',
2511 'browser/ui/cocoa/hover_button.h', 2513 'browser/ui/cocoa/hover_button.h',
2512 'browser/ui/cocoa/hover_button.mm', 2514 'browser/ui/cocoa/hover_button.mm',
2513 'browser/ui/cocoa/hover_close_button.h', 2515 'browser/ui/cocoa/hover_close_button.h',
2514 'browser/ui/cocoa/hover_close_button.mm', 2516 'browser/ui/cocoa/hover_close_button.mm',
2515 'browser/ui/cocoa/hover_image_button.h', 2517 'browser/ui/cocoa/hover_image_button.h',
2516 'browser/ui/cocoa/hover_image_button.mm', 2518 'browser/ui/cocoa/hover_image_button.mm',
2517 'browser/ui/cocoa/html_dialog_window_controller.h', 2519 'browser/ui/cocoa/html_dialog_window_controller.h',
2518 'browser/ui/cocoa/html_dialog_window_controller.mm', 2520 'browser/ui/cocoa/html_dialog_window_controller.mm',
2519 'browser/ui/cocoa/hung_renderer_controller.h', 2521 'browser/ui/cocoa/hung_renderer_controller.h',
2520 'browser/ui/cocoa/hung_renderer_controller.mm', 2522 'browser/ui/cocoa/hung_renderer_controller.mm',
(...skipping 2492 matching lines...) Expand 10 before | Expand all | Expand 10 after
5013 # weak imports in dependents, who still must #include 5015 # weak imports in dependents, who still must #include
5014 # closure_blocks_leopard_compat.h to get weak imports. 5016 # closure_blocks_leopard_compat.h to get weak imports.
5015 'type': 'none', 5017 'type': 'none',
5016 }], 5018 }],
5017 ], 5019 ],
5018 }, 5020 },
5019 ], 5021 ],
5020 }], 5022 }],
5021 ], 5023 ],
5022 } 5024 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/history_overlay_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698