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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5698006: Fix Instant suggest issues in Linux Views port. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update according to review feedback. Created 10 years 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/views/location_bar/location_bar_view.cc ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after
4024 ['include', '^browser/ui/views/location_bar/location_bar_view.cc '], 4024 ['include', '^browser/ui/views/location_bar/location_bar_view.cc '],
4025 ['include', '^browser/ui/views/location_bar/location_bar_view.h' ], 4025 ['include', '^browser/ui/views/location_bar/location_bar_view.h' ],
4026 ['include', '^browser/ui/views/location_bar/page_action_image_vi ew.cc'], 4026 ['include', '^browser/ui/views/location_bar/page_action_image_vi ew.cc'],
4027 ['include', '^browser/ui/views/location_bar/page_action_image_vi ew.h'], 4027 ['include', '^browser/ui/views/location_bar/page_action_image_vi ew.h'],
4028 ['include', '^browser/ui/views/location_bar/page_action_with_bad ge_view.h'], 4028 ['include', '^browser/ui/views/location_bar/page_action_with_bad ge_view.h'],
4029 ['include', '^browser/ui/views/location_bar/page_action_with_bad ge_view.cc'], 4029 ['include', '^browser/ui/views/location_bar/page_action_with_bad ge_view.cc'],
4030 ['include', '^browser/ui/views/location_bar/selected_keyword_vie w.h'], 4030 ['include', '^browser/ui/views/location_bar/selected_keyword_vie w.h'],
4031 ['include', '^browser/ui/views/location_bar/selected_keyword_vie w.cc'], 4031 ['include', '^browser/ui/views/location_bar/selected_keyword_vie w.cc'],
4032 ['include', '^browser/ui/views/location_bar/star_view.cc'], 4032 ['include', '^browser/ui/views/location_bar/star_view.cc'],
4033 ['include', '^browser/ui/views/location_bar/star_view.h'], 4033 ['include', '^browser/ui/views/location_bar/star_view.h'],
4034 ['include', '^browser/ui/views/location_bar/suggested_text_view. cc'],
4035 ['include', '^browser/ui/views/location_bar/suggested_text_view. h'],
4036 ['include', '^browser/ui/views/location_bar_view.cc'], 4034 ['include', '^browser/ui/views/location_bar_view.cc'],
4037 ['include', '^browser/ui/views/location_bar_view.h'], 4035 ['include', '^browser/ui/views/location_bar_view.h'],
4038 ['include', '^browser/ui/views/modal_dialog_delegate.cc'], 4036 ['include', '^browser/ui/views/modal_dialog_delegate.cc'],
4039 ['include', '^browser/ui/views/modal_dialog_delegate.h'], 4037 ['include', '^browser/ui/views/modal_dialog_delegate.h'],
4040 ['include', '^browser/ui/views/notifications/balloon_view_host.c c'], 4038 ['include', '^browser/ui/views/notifications/balloon_view_host.c c'],
4041 ['include', '^browser/ui/views/notifications/balloon_view_host.h '], 4039 ['include', '^browser/ui/views/notifications/balloon_view_host.h '],
4042 ['include', '^browser/ui/views/options/options_page_view.cc'], 4040 ['include', '^browser/ui/views/options/options_page_view.cc'],
4043 ['include', '^browser/ui/views/options/options_page_view.h'], 4041 ['include', '^browser/ui/views/options/options_page_view.h'],
4044 ['include', '^browser/ui/views/page_info_bubble_view.cc'], 4042 ['include', '^browser/ui/views/page_info_bubble_view.cc'],
4045 ['include', '^browser/ui/views/panel_controller.cc'], 4043 ['include', '^browser/ui/views/panel_controller.cc'],
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
4486 ], 4484 ],
4487 }, 4485 },
4488 ], 4486 ],
4489 } 4487 }
4490 4488
4491 # Local Variables: 4489 # Local Variables:
4492 # tab-width:2 4490 # tab-width:2
4493 # indent-tabs-mode:nil 4491 # indent-tabs-mode:nil
4494 # End: 4492 # End:
4495 # vim: set expandtab tabstop=2 shiftwidth=2: 4493 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_bar_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698