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

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: . 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
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 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after
2510 'browser/ui/cocoa/framed_browser_window.h', 2510 'browser/ui/cocoa/framed_browser_window.h',
2511 'browser/ui/cocoa/framed_browser_window.mm', 2511 'browser/ui/cocoa/framed_browser_window.mm',
2512 'browser/ui/cocoa/fullscreen_window.h', 2512 'browser/ui/cocoa/fullscreen_window.h',
2513 'browser/ui/cocoa/fullscreen_window.mm', 2513 'browser/ui/cocoa/fullscreen_window.mm',
2514 'browser/ui/cocoa/gradient_button_cell.h', 2514 'browser/ui/cocoa/gradient_button_cell.h',
2515 'browser/ui/cocoa/gradient_button_cell.mm', 2515 'browser/ui/cocoa/gradient_button_cell.mm',
2516 'browser/ui/cocoa/history_menu_bridge.h', 2516 'browser/ui/cocoa/history_menu_bridge.h',
2517 'browser/ui/cocoa/history_menu_bridge.mm', 2517 'browser/ui/cocoa/history_menu_bridge.mm',
2518 'browser/ui/cocoa/history_menu_cocoa_controller.h', 2518 'browser/ui/cocoa/history_menu_cocoa_controller.h',
2519 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 2519 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
2520 'browser/ui/cocoa/history_overlay_controller.h',
2521 'browser/ui/cocoa/history_overlay_controller.mm',
2520 'browser/ui/cocoa/hover_button.h', 2522 'browser/ui/cocoa/hover_button.h',
2521 'browser/ui/cocoa/hover_button.mm', 2523 'browser/ui/cocoa/hover_button.mm',
2522 'browser/ui/cocoa/hover_close_button.h', 2524 'browser/ui/cocoa/hover_close_button.h',
2523 'browser/ui/cocoa/hover_close_button.mm', 2525 'browser/ui/cocoa/hover_close_button.mm',
2524 'browser/ui/cocoa/hover_image_button.h', 2526 'browser/ui/cocoa/hover_image_button.h',
2525 'browser/ui/cocoa/hover_image_button.mm', 2527 'browser/ui/cocoa/hover_image_button.mm',
2526 'browser/ui/cocoa/html_dialog_window_controller.h', 2528 'browser/ui/cocoa/html_dialog_window_controller.h',
2527 'browser/ui/cocoa/html_dialog_window_controller.mm', 2529 'browser/ui/cocoa/html_dialog_window_controller.mm',
2528 'browser/ui/cocoa/hung_renderer_controller.h', 2530 'browser/ui/cocoa/hung_renderer_controller.h',
2529 'browser/ui/cocoa/hung_renderer_controller.mm', 2531 'browser/ui/cocoa/hung_renderer_controller.mm',
(...skipping 2497 matching lines...) Expand 10 before | Expand all | Expand 10 after
5027 # weak imports in dependents, who still must #include 5029 # weak imports in dependents, who still must #include
5028 # closure_blocks_leopard_compat.h to get weak imports. 5030 # closure_blocks_leopard_compat.h to get weak imports.
5029 'type': 'none', 5031 'type': 'none',
5030 }], 5032 }],
5031 ], 5033 ],
5032 }, 5034 },
5033 ], 5035 ],
5034 }], 5036 }],
5035 ], 5037 ],
5036 } 5038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698