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

Side by Side Diff: chrome/chrome_common.gypi

Issue 15906013: Separate NaCl messages from the rest of chrome messages and create a new message filter. This is pa… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/common_message_generator.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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'common/metrics/variations/uniformity_field_trials.cc', 368 'common/metrics/variations/uniformity_field_trials.cc',
369 'common/metrics/variations/uniformity_field_trials.h', 369 'common/metrics/variations/uniformity_field_trials.h',
370 'common/metrics/variations/variations_util.cc', 370 'common/metrics/variations/variations_util.cc',
371 'common/metrics/variations/variations_util.h', 371 'common/metrics/variations/variations_util.h',
372 'common/multi_process_lock.h', 372 'common/multi_process_lock.h',
373 'common/multi_process_lock_linux.cc', 373 'common/multi_process_lock_linux.cc',
374 'common/multi_process_lock_mac.cc', 374 'common/multi_process_lock_mac.cc',
375 'common/multi_process_lock_win.cc', 375 'common/multi_process_lock_win.cc',
376 'common/nacl_cmd_line.cc', 376 'common/nacl_cmd_line.cc',
377 'common/nacl_cmd_line.h', 377 'common/nacl_cmd_line.h',
378 'common/nacl_host_messages.h',
378 'common/nacl_messages.cc', 379 'common/nacl_messages.cc',
379 'common/nacl_messages.h', 380 'common/nacl_messages.h',
380 'common/nacl_types.cc', 381 'common/nacl_types.cc',
381 'common/nacl_types.h', 382 'common/nacl_types.h',
382 'common/omaha_query_params/omaha_query_params.cc', 383 'common/omaha_query_params/omaha_query_params.cc',
383 'common/omaha_query_params/omaha_query_params.h', 384 'common/omaha_query_params/omaha_query_params.h',
384 'common/omnibox_focus_state.h', 385 'common/omnibox_focus_state.h',
385 'common/one_click_signin_messages.h', 386 'common/one_click_signin_messages.h',
386 'common/partial_circular_buffer.cc', 387 'common/partial_circular_buffer.cc',
387 'common/partial_circular_buffer.h', 388 'common/partial_circular_buffer.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 'common/metrics/proto/user_action_event.proto', 773 'common/metrics/proto/user_action_event.proto',
773 ], 774 ],
774 'variables': { 775 'variables': {
775 'proto_in_dir': 'common/metrics/proto', 776 'proto_in_dir': 'common/metrics/proto',
776 'proto_out_dir': 'chrome/common/metrics/proto', 777 'proto_out_dir': 'chrome/common/metrics/proto',
777 }, 778 },
778 'includes': [ '../build/protoc.gypi' ], 779 'includes': [ '../build/protoc.gypi' ],
779 }, 780 },
780 ], 781 ],
781 } 782 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/common_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698