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

Side by Side Diff: chrome/chrome.gyp

Issue 113143: Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/views/toolbar_view.cc ('k') | chrome/common/accessibility_types.h » ('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 (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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 '../app/drag_drop_types.h', 134 '../app/drag_drop_types.h',
135 '../app/gfx/chrome_canvas.cc', 135 '../app/gfx/chrome_canvas.cc',
136 '../app/gfx/chrome_canvas.h', 136 '../app/gfx/chrome_canvas.h',
137 '../app/gfx/chrome_canvas_linux.cc', 137 '../app/gfx/chrome_canvas_linux.cc',
138 '../app/gfx/chrome_canvas_win.cc', 138 '../app/gfx/chrome_canvas_win.cc',
139 '../app/gfx/chrome_font.h', 139 '../app/gfx/chrome_font.h',
140 '../app/gfx/chrome_font_gtk.cc', 140 '../app/gfx/chrome_font_gtk.cc',
141 '../app/gfx/chrome_font_mac.mm', 141 '../app/gfx/chrome_font_mac.mm',
142 '../app/gfx/chrome_font_skia.cc', 142 '../app/gfx/chrome_font_skia.cc',
143 '../app/gfx/chrome_font_win.cc', 143 '../app/gfx/chrome_font_win.cc',
144 '../app/gfx/color_utils.cc',
145 '../app/gfx/color_utils.h',
144 '../app/gfx/favicon_size.h', 146 '../app/gfx/favicon_size.h',
145 '../app/gfx/icon_util.cc', 147 '../app/gfx/icon_util.cc',
146 '../app/gfx/icon_util.h', 148 '../app/gfx/icon_util.h',
147 '../app/gfx/insets.h', 149 '../app/gfx/insets.h',
148 '../app/gfx/path_gtk.cc', 150 '../app/gfx/path_gtk.cc',
149 '../app/gfx/path_win.cc', 151 '../app/gfx/path_win.cc',
150 '../app/gfx/path.h', 152 '../app/gfx/path.h',
153 '../app/gfx/text_elider.cc',
154 '../app/gfx/text_elider.h',
151 '../app/l10n_util.cc', 155 '../app/l10n_util.cc',
152 '../app/l10n_util.h', 156 '../app/l10n_util.h',
153 '../app/l10n_util_posix.cc', 157 '../app/l10n_util_posix.cc',
154 '../app/l10n_util_win.cc', 158 '../app/l10n_util_win.cc',
155 '../app/l10n_util_win.h', 159 '../app/l10n_util_win.h',
156 '../app/message_box_flags.h', 160 '../app/message_box_flags.h',
157 '../app/os_exchange_data.cc', 161 '../app/os_exchange_data.cc',
158 '../app/os_exchange_data.h', 162 '../app/os_exchange_data.h',
159 '../app/resource_bundle.cc', 163 '../app/resource_bundle.cc',
160 '../app/resource_bundle.h', 164 '../app/resource_bundle.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 ], 251 ],
248 'include_dirs': [ 252 'include_dirs': [
249 '..', 253 '..',
250 ], 254 ],
251 'sources': [ 255 'sources': [
252 # All .cc, .h, and .mm files under chrome/common except for tests. 256 # All .cc, .h, and .mm files under chrome/common except for tests.
253 'common/extensions/url_pattern.cc', 257 'common/extensions/url_pattern.cc',
254 'common/extensions/url_pattern.h', 258 'common/extensions/url_pattern.h',
255 'common/extensions/user_script.cc', 259 'common/extensions/user_script.cc',
256 'common/extensions/user_script.h', 260 'common/extensions/user_script.h',
257 'common/gfx/color_utils.cc',
258 'common/gfx/color_utils.h',
259 'common/gfx/emf.cc', 261 'common/gfx/emf.cc',
260 'common/gfx/emf.h', 262 'common/gfx/emf.h',
261 'common/gfx/text_elider.cc',
262 'common/gfx/text_elider.h',
263 'common/gfx/utils.h', 263 'common/gfx/utils.h',
264 'common/gtk_util.cc', 264 'common/gtk_util.cc',
265 'common/gtk_util.h', 265 'common/gtk_util.h',
266 'common/net/cookie_monster_sqlite.cc', 266 'common/net/cookie_monster_sqlite.cc',
267 'common/net/cookie_monster_sqlite.h', 267 'common/net/cookie_monster_sqlite.h',
268 'common/net/dns.h', 268 'common/net/dns.h',
269 'common/net/url_request_intercept_job.cc', 269 'common/net/url_request_intercept_job.cc',
270 'common/net/url_request_intercept_job.h', 270 'common/net/url_request_intercept_job.h',
271 'common/accessibility_types.h',
272 'common/app_cache/app_cache_context_impl.cc', 271 'common/app_cache/app_cache_context_impl.cc',
273 'common/app_cache/app_cache_context_impl.h', 272 'common/app_cache/app_cache_context_impl.h',
274 'common/app_cache/app_cache_dispatcher.cc', 273 'common/app_cache/app_cache_dispatcher.cc',
275 'common/app_cache/app_cache_dispatcher.h', 274 'common/app_cache/app_cache_dispatcher.h',
276 'common/app_cache/app_cache_dispatcher_host.cc', 275 'common/app_cache/app_cache_dispatcher_host.cc',
277 'common/app_cache/app_cache_dispatcher_host.h', 276 'common/app_cache/app_cache_dispatcher_host.h',
278 'common/bindings_policy.h', 277 'common/bindings_policy.h',
279 'common/child_process.cc', 278 'common/child_process.cc',
280 'common/child_process.h', 279 'common/child_process.h',
281 'common/child_process_host.cc', 280 'common/child_process_host.cc',
(...skipping 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1415 'browser/views/repost_form_warning_view.h', 1414 'browser/views/repost_form_warning_view.h',
1416 'browser/views/restart_message_box.cc', 1415 'browser/views/restart_message_box.cc',
1417 'browser/views/restart_message_box.h', 1416 'browser/views/restart_message_box.h',
1418 'browser/views/sad_tab_view.cc', 1417 'browser/views/sad_tab_view.cc',
1419 'browser/views/sad_tab_view.h', 1418 'browser/views/sad_tab_view.h',
1420 'browser/views/select_profile_dialog.cc', 1419 'browser/views/select_profile_dialog.cc',
1421 'browser/views/select_profile_dialog.h', 1420 'browser/views/select_profile_dialog.h',
1422 'browser/views/shelf_item_dialog.cc', 1421 'browser/views/shelf_item_dialog.cc',
1423 'browser/views/shelf_item_dialog.h', 1422 'browser/views/shelf_item_dialog.h',
1424 'browser/views/shell_dialogs_win.cc', 1423 'browser/views/shell_dialogs_win.cc',
1425 'browser/views/standard_layout.h',
1426 'browser/views/star_toggle.cc', 1424 'browser/views/star_toggle.cc',
1427 'browser/views/star_toggle.h', 1425 'browser/views/star_toggle.h',
1428 'browser/views/status_bubble_views.cc', 1426 'browser/views/status_bubble_views.cc',
1429 'browser/views/status_bubble_views.h', 1427 'browser/views/status_bubble_views.h',
1430 'browser/views/tab_contents_container_view.cc', 1428 'browser/views/tab_contents_container_view.cc',
1431 'browser/views/tab_contents_container_view.h', 1429 'browser/views/tab_contents_container_view.h',
1432 'browser/views/tab_icon_view.cc', 1430 'browser/views/tab_icon_view.cc',
1433 'browser/views/tab_icon_view.h', 1431 'browser/views/tab_icon_view.h',
1434 'browser/views/tabs/dragged_tab_controller.cc', 1432 'browser/views/tabs/dragged_tab_controller.cc',
1435 'browser/views/tabs/dragged_tab_controller.h', 1433 'browser/views/tabs/dragged_tab_controller.h',
(...skipping 1174 matching lines...) Expand 10 before | Expand all | Expand 10 after
2610 'browser/window_sizer_unittest.cc', 2608 'browser/window_sizer_unittest.cc',
2611 '../app/animation_unittest.cc', 2609 '../app/animation_unittest.cc',
2612 'common/bzip2_unittest.cc', 2610 'common/bzip2_unittest.cc',
2613 'common/chrome_plugin_unittest.cc', 2611 'common/chrome_plugin_unittest.cc',
2614 'common/extensions/url_pattern_unittest.cc', 2612 'common/extensions/url_pattern_unittest.cc',
2615 'common/extensions/user_script_unittest.cc', 2613 'common/extensions/user_script_unittest.cc',
2616 'common/file_descriptor_set_unittest.cc', 2614 'common/file_descriptor_set_unittest.cc',
2617 '../app/gfx/chrome_font_unittest.cc', 2615 '../app/gfx/chrome_font_unittest.cc',
2618 'common/gfx/emf_unittest.cc', 2616 'common/gfx/emf_unittest.cc',
2619 '../app/gfx/icon_util_unittest.cc', 2617 '../app/gfx/icon_util_unittest.cc',
2620 'common/gfx/text_elider_unittest.cc', 2618 '../app/gfx/text_elider_unittest.cc',
2621 'common/important_file_writer_unittest.cc', 2619 'common/important_file_writer_unittest.cc',
2622 'common/ipc_message_unittest.cc', 2620 'common/ipc_message_unittest.cc',
2623 'common/ipc_sync_channel_unittest.cc', 2621 'common/ipc_sync_channel_unittest.cc',
2624 'common/ipc_sync_message_unittest.cc', 2622 'common/ipc_sync_message_unittest.cc',
2625 'common/ipc_sync_message_unittest.h', 2623 'common/ipc_sync_message_unittest.h',
2626 'common/json_value_serializer_unittest.cc', 2624 'common/json_value_serializer_unittest.cc',
2627 '../app/l10n_util_unittest.cc', 2625 '../app/l10n_util_unittest.cc',
2628 'common/mru_cache_unittest.cc', 2626 'common/mru_cache_unittest.cc',
2629 'common/net/url_util_unittest.cc', 2627 'common/net/url_util_unittest.cc',
2630 'common/notification_service_unittest.cc', 2628 'common/notification_service_unittest.cc',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
2973 '../third_party/icu38/icu38.gyp:icuuc', 2971 '../third_party/icu38/icu38.gyp:icuuc',
2974 '../third_party/libxml/libxml.gyp:libxml', 2972 '../third_party/libxml/libxml.gyp:libxml',
2975 '../third_party/npapi/npapi.gyp:npapi', 2973 '../third_party/npapi/npapi.gyp:npapi',
2976 'third_party/hunspell/hunspell.gyp:hunspell', 2974 'third_party/hunspell/hunspell.gyp:hunspell',
2977 '../webkit/webkit.gyp:glue', 2975 '../webkit/webkit.gyp:glue',
2978 ], 2976 ],
2979 'sources': [ 2977 'sources': [
2980 # All .cc, .h under views, except unittests 2978 # All .cc, .h under views, except unittests
2981 '../views/accelerator.cc', 2979 '../views/accelerator.cc',
2982 '../views/accelerator.h', 2980 '../views/accelerator.h',
2981 '../views/accessibility/accessibility_types.h',
2983 '../views/accessibility/view_accessibility.cc', 2982 '../views/accessibility/view_accessibility.cc',
2984 '../views/accessibility/view_accessibility.h', 2983 '../views/accessibility/view_accessibility.h',
2985 '../views/accessibility/view_accessibility_wrapper.cc', 2984 '../views/accessibility/view_accessibility_wrapper.cc',
2986 '../views/accessibility/view_accessibility_wrapper.h', 2985 '../views/accessibility/view_accessibility_wrapper.h',
2987 '../views/background.cc', 2986 '../views/background.cc',
2988 '../views/background.h', 2987 '../views/background.h',
2989 '../views/border.cc', 2988 '../views/border.cc',
2990 '../views/border.h', 2989 '../views/border.h',
2991 '../views/controls/button/button.cc', 2990 '../views/controls/button/button.cc',
2992 '../views/controls/button/button.h', 2991 '../views/controls/button/button.h',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 '../views/focus/view_storage.cc', 3074 '../views/focus/view_storage.cc',
3076 '../views/focus/view_storage.h', 3075 '../views/focus/view_storage.h',
3077 '../views/grid_layout.cc', 3076 '../views/grid_layout.cc',
3078 '../views/grid_layout.h', 3077 '../views/grid_layout.h',
3079 '../views/layout_manager.cc', 3078 '../views/layout_manager.cc',
3080 '../views/layout_manager.h', 3079 '../views/layout_manager.h',
3081 '../views/painter.cc', 3080 '../views/painter.cc',
3082 '../views/painter.h', 3081 '../views/painter.h',
3083 '../views/repeat_controller.cc', 3082 '../views/repeat_controller.cc',
3084 '../views/repeat_controller.h', 3083 '../views/repeat_controller.h',
3084 '../views/standard_layout.h',
3085 '../views/view.cc', 3085 '../views/view.cc',
3086 '../views/view.h', 3086 '../views/view.h',
3087 '../views/view_constants.cc', 3087 '../views/view_constants.cc',
3088 '../views/view_constants.h', 3088 '../views/view_constants.h',
3089 '../views/view_gtk.cc', 3089 '../views/view_gtk.cc',
3090 '../views/view_win.cc', 3090 '../views/view_win.cc',
3091 '../views/widget/accelerator_handler.cc', 3091 '../views/widget/accelerator_handler.cc',
3092 '../views/widget/accelerator_handler.h', 3092 '../views/widget/accelerator_handler.h',
3093 '../views/widget/aero_tooltip_manager.cc', 3093 '../views/widget/aero_tooltip_manager.cc',
3094 '../views/widget/aero_tooltip_manager.h', 3094 '../views/widget/aero_tooltip_manager.h',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
3390 # Use outputs of this action as inputs for the main target build. 3390 # Use outputs of this action as inputs for the main target build.
3391 # Seems as a misnomer but makes this happy on Linux (scons). 3391 # Seems as a misnomer but makes this happy on Linux (scons).
3392 'process_outputs_as_sources': 1, 3392 'process_outputs_as_sources': 1,
3393 }, 3393 },
3394 ], # 'actions' 3394 ], # 'actions'
3395 }, 3395 },
3396 ] 3396 ]
3397 }], 3397 }],
3398 ], # 'conditions' 3398 ], # 'conditions'
3399 } 3399 }
OLDNEW
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | chrome/common/accessibility_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698