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

Side by Side Diff: chrome/chrome.gyp

Issue 177026: Make the views bookmark bubble work on GTK.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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) 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 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 2340 matching lines...) Expand 10 before | Expand all | Expand 10 after
2351 ['include', '^browser/dock_info.h'], 2351 ['include', '^browser/dock_info.h'],
2352 ['include', '^browser/extensions/'], 2352 ['include', '^browser/extensions/'],
2353 ['include', '^browser/views/accelerator_table_gtk.cc'], 2353 ['include', '^browser/views/accelerator_table_gtk.cc'],
2354 ['include', '^browser/views/accelerator_table_gtk.h'], 2354 ['include', '^browser/views/accelerator_table_gtk.h'],
2355 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.cc'], 2355 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.cc'],
2356 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.h'], 2356 ['include', '^browser/views/autocomplete/autocomplete_popup_cont ents_view.h'],
2357 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'], 2357 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. cc'],
2358 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'], 2358 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'],
2359 ['include', '^browser/views/bookmark_bar_view.cc'], 2359 ['include', '^browser/views/bookmark_bar_view.cc'],
2360 ['include', '^browser/views/bookmark_bar_view.h'], 2360 ['include', '^browser/views/bookmark_bar_view.h'],
2361 ['include', '^browser/views/bookmark_bubble_view.cc'],
2362 ['include', '^browser/views/bookmark_bubble_view.h'],
2361 ['include', '^browser/views/bookmark_context_menu.cc'], 2363 ['include', '^browser/views/bookmark_context_menu.cc'],
2362 ['include', '^browser/views/bookmark_context_menu.h'], 2364 ['include', '^browser/views/bookmark_context_menu.h'],
2363 ['include', '^browser/views/bookmark_menu_button.cc'], 2365 ['include', '^browser/views/bookmark_menu_button.cc'],
2364 ['include', '^browser/views/bookmark_menu_button.h'], 2366 ['include', '^browser/views/bookmark_menu_button.h'],
2365 ['include', '^browser/views/bookmark_menu_controller_views.cc'], 2367 ['include', '^browser/views/bookmark_menu_controller_views.cc'],
2366 ['include', '^browser/views/browser_bubble_gtk.cc'], 2368 ['include', '^browser/views/browser_bubble_gtk.cc'],
2367 ['include', '^browser/views/browser_bubble.cc'], 2369 ['include', '^browser/views/browser_bubble.cc'],
2368 ['include', '^browser/views/browser_bubble.h'], 2370 ['include', '^browser/views/browser_bubble.h'],
2369 ['include', '^browser/views/chrome_views_delegate.cc'], 2371 ['include', '^browser/views/chrome_views_delegate.cc'],
2370 ['include', '^browser/views/clear_browsing_data.cc'], 2372 ['include', '^browser/views/clear_browsing_data.cc'],
(...skipping 3481 matching lines...) Expand 10 before | Expand all | Expand 10 after
5852 # Use outputs of this action as inputs for the main target build. 5854 # Use outputs of this action as inputs for the main target build.
5853 # Seems as a misnomer but makes this happy on Linux (scons). 5855 # Seems as a misnomer but makes this happy on Linux (scons).
5854 'process_outputs_as_sources': 1, 5856 'process_outputs_as_sources': 1,
5855 }, 5857 },
5856 ], # 'actions' 5858 ], # 'actions'
5857 }, 5859 },
5858 ] 5860 ]
5859 }], 5861 }],
5860 ], # 'conditions' 5862 ], # 'conditions'
5861 } 5863 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698