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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12851023: Refactor omnibox focus API into a single method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 8 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/ui/search/instant_tab.cc ('k') | chrome/common/omnibox_focus_state.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'common/multi_process_lock_mac.cc', 357 'common/multi_process_lock_mac.cc',
358 'common/multi_process_lock_win.cc', 358 'common/multi_process_lock_win.cc',
359 'common/nacl_cmd_line.cc', 359 'common/nacl_cmd_line.cc',
360 'common/nacl_cmd_line.h', 360 'common/nacl_cmd_line.h',
361 'common/nacl_messages.cc', 361 'common/nacl_messages.cc',
362 'common/nacl_messages.h', 362 'common/nacl_messages.h',
363 'common/nacl_types.cc', 363 'common/nacl_types.cc',
364 'common/nacl_types.h', 364 'common/nacl_types.h',
365 'common/omaha_query_params.cc', 365 'common/omaha_query_params.cc',
366 'common/omaha_query_params.h', 366 'common/omaha_query_params.h',
367 'common/omnibox_focus_state.h',
367 'common/one_click_signin_messages.h', 368 'common/one_click_signin_messages.h',
368 'common/pepper_flash.cc', 369 'common/pepper_flash.cc',
369 'common/pepper_flash.h', 370 'common/pepper_flash.h',
370 'common/pref_names_util.cc', 371 'common/pref_names_util.cc',
371 'common/pref_names_util.h', 372 'common/pref_names_util.h',
372 'common/print_messages.cc', 373 'common/print_messages.cc',
373 'common/print_messages.h', 374 'common/print_messages.h',
374 'common/profiling.cc', 375 'common/profiling.cc',
375 'common/profiling.h', 376 'common/profiling.h',
376 'common/ref_counted_util.h', 377 'common/ref_counted_util.h',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 'common/metrics/proto/user_action_event.proto', 743 'common/metrics/proto/user_action_event.proto',
743 ], 744 ],
744 'variables': { 745 'variables': {
745 'proto_in_dir': 'common/metrics/proto', 746 'proto_in_dir': 'common/metrics/proto',
746 'proto_out_dir': 'chrome/common/metrics/proto', 747 'proto_out_dir': 'chrome/common/metrics/proto',
747 }, 748 },
748 'includes': [ '../build/protoc.gypi' ], 749 'includes': [ '../build/protoc.gypi' ],
749 }, 750 },
750 ], 751 ],
751 } 752 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/search/instant_tab.cc ('k') | chrome/common/omnibox_focus_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698