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

Side by Side Diff: chrome/chrome.gyp

Issue 244016: Fix Linux Views build.... (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
« no previous file with comments | « no previous file | 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 '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 2503 matching lines...) Expand 10 before | Expand all | Expand 10 after
2514 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'], 2514 ['include', '^browser/views/autocomplete/autocomplete_popup_gtk. h'],
2515 ['include', '^browser/views/bookmark_bar_view.cc'], 2515 ['include', '^browser/views/bookmark_bar_view.cc'],
2516 ['include', '^browser/views/bookmark_bar_view.h'], 2516 ['include', '^browser/views/bookmark_bar_view.h'],
2517 ['include', '^browser/views/bookmark_bubble_view.cc'], 2517 ['include', '^browser/views/bookmark_bubble_view.cc'],
2518 ['include', '^browser/views/bookmark_bubble_view.h'], 2518 ['include', '^browser/views/bookmark_bubble_view.h'],
2519 ['include', '^browser/views/bookmark_context_menu.cc'], 2519 ['include', '^browser/views/bookmark_context_menu.cc'],
2520 ['include', '^browser/views/bookmark_context_menu.h'], 2520 ['include', '^browser/views/bookmark_context_menu.h'],
2521 ['include', '^browser/views/bookmark_menu_button.cc'], 2521 ['include', '^browser/views/bookmark_menu_button.cc'],
2522 ['include', '^browser/views/bookmark_menu_button.h'], 2522 ['include', '^browser/views/bookmark_menu_button.h'],
2523 ['include', '^browser/views/bookmark_menu_controller_views.cc'], 2523 ['include', '^browser/views/bookmark_menu_controller_views.cc'],
2524 ['include', '^browser/views/browser_actions_container.cc'],
2525 ['include', '^browser/views/browser_actions_container.h'],
2524 ['include', '^browser/views/browser_bubble_gtk.cc'], 2526 ['include', '^browser/views/browser_bubble_gtk.cc'],
2525 ['include', '^browser/views/browser_bubble.cc'], 2527 ['include', '^browser/views/browser_bubble.cc'],
2526 ['include', '^browser/views/browser_bubble.h'], 2528 ['include', '^browser/views/browser_bubble.h'],
2527 ['include', '^browser/views/bubble_border.cc'], 2529 ['include', '^browser/views/bubble_border.cc'],
2528 ['include', '^browser/views/bubble_border.h'], 2530 ['include', '^browser/views/bubble_border.h'],
2529 ['include', '^browser/views/chrome_views_delegate.cc'], 2531 ['include', '^browser/views/chrome_views_delegate.cc'],
2530 ['include', '^browser/views/clear_browsing_data.cc'], 2532 ['include', '^browser/views/clear_browsing_data.cc'],
2531 ['include', '^browser/views/clear_browsing_data.h'], 2533 ['include', '^browser/views/clear_browsing_data.h'],
2532 ['include', '^browser/views/detachable_toolbar_view.h'], 2534 ['include', '^browser/views/detachable_toolbar_view.h'],
2533 ['include', '^browser/views/detachable_toolbar_view.cc'], 2535 ['include', '^browser/views/detachable_toolbar_view.cc'],
(...skipping 4130 matching lines...) Expand 10 before | Expand all | Expand 10 after
6664 'defines': [ 6666 'defines': [
6665 'POSIX', 6667 'POSIX',
6666 ], 6668 ],
6667 }], 6669 }],
6668 ], 6670 ],
6669 }, 6671 },
6670 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6672 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6671 }], 6673 }],
6672 ], # 'conditions' 6674 ], # 'conditions'
6673 } 6675 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698