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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12086069: Enable Chrome Signin from Webstore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'common/multi_process_lock.h', 317 'common/multi_process_lock.h',
318 'common/multi_process_lock_linux.cc', 318 'common/multi_process_lock_linux.cc',
319 'common/multi_process_lock_mac.cc', 319 'common/multi_process_lock_mac.cc',
320 'common/multi_process_lock_win.cc', 320 'common/multi_process_lock_win.cc',
321 'common/nacl_cmd_line.cc', 321 'common/nacl_cmd_line.cc',
322 'common/nacl_cmd_line.h', 322 'common/nacl_cmd_line.h',
323 'common/nacl_messages.cc', 323 'common/nacl_messages.cc',
324 'common/nacl_messages.h', 324 'common/nacl_messages.h',
325 'common/nacl_types.cc', 325 'common/nacl_types.cc',
326 'common/nacl_types.h', 326 'common/nacl_types.h',
327 'common/one_click_signin_messages.h',
327 'common/password_form_fill_data.cc', 328 'common/password_form_fill_data.cc',
328 'common/password_form_fill_data.h', 329 'common/password_form_fill_data.h',
329 'common/password_generation_util.cc', 330 'common/password_generation_util.cc',
330 'common/password_generation_util.h', 331 'common/password_generation_util.h',
331 'common/pepper_flash.cc', 332 'common/pepper_flash.cc',
332 'common/pepper_flash.h', 333 'common/pepper_flash.h',
333 'common/pref_names_util.cc', 334 'common/pref_names_util.cc',
334 'common/pref_names_util.h', 335 'common/pref_names_util.h',
335 'common/print_messages.cc', 336 'common/print_messages.cc',
336 'common/print_messages.h', 337 'common/print_messages.h',
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'common/metrics/proto/user_action_event.proto', 686 'common/metrics/proto/user_action_event.proto',
686 ], 687 ],
687 'variables': { 688 'variables': {
688 'proto_in_dir': 'common/metrics/proto', 689 'proto_in_dir': 'common/metrics/proto',
689 'proto_out_dir': 'chrome/common/metrics/proto', 690 'proto_out_dir': 'chrome/common/metrics/proto',
690 }, 691 },
691 'includes': [ '../build/protoc.gypi' ], 692 'includes': [ '../build/protoc.gypi' ],
692 }, 693 },
693 ], 694 ],
694 } 695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698