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

Side by Side Diff: content/content_common.gypi

Issue 1909633003: Collect UMA data for Origin Trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 'common/navigation_params.h', 469 'common/navigation_params.h',
470 'common/net/url_fetcher.cc', 470 'common/net/url_fetcher.cc',
471 'common/net/url_request_service_worker_data.cc', 471 'common/net/url_request_service_worker_data.cc',
472 'common/net/url_request_service_worker_data.h', 472 'common/net/url_request_service_worker_data.h',
473 'common/net/url_request_user_data.cc', 473 'common/net/url_request_user_data.cc',
474 'common/net/url_request_user_data.h', 474 'common/net/url_request_user_data.h',
475 'common/one_writer_seqlock.cc', 475 'common/one_writer_seqlock.cc',
476 'common/one_writer_seqlock.h', 476 'common/one_writer_seqlock.h',
477 'common/origin_trials/trial_token.cc', 477 'common/origin_trials/trial_token.cc',
478 'common/origin_trials/trial_token.h', 478 'common/origin_trials/trial_token.h',
479 'common/origin_trials/trial_token_status.h',
479 'common/origin_trials/trial_token_validator.cc', 480 'common/origin_trials/trial_token_validator.cc',
480 'common/origin_trials/trial_token_validator.h', 481 'common/origin_trials/trial_token_validator.h',
481 'common/origin_util.cc', 482 'common/origin_util.cc',
482 'common/p2p_messages.h', 483 'common/p2p_messages.h',
483 'common/page_state_serialization.cc', 484 'common/page_state_serialization.cc',
484 'common/page_state_serialization.h', 485 'common/page_state_serialization.h',
485 'common/page_zoom.cc', 486 'common/page_zoom.cc',
486 'common/pepper_file_util.cc', 487 'common/pepper_file_util.cc',
487 'common/pepper_file_util.h', 488 'common/pepper_file_util.h',
488 'common/pepper_messages.h', 489 'common/pepper_messages.h',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 'sources!': [ 989 'sources!': [
989 'common/cursors/webcursor_ozone.cc', 990 'common/cursors/webcursor_ozone.cc',
990 'common/font_list_ozone.cc', 991 'common/font_list_ozone.cc',
991 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 992 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
992 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 993 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
993 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 994 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
994 ], 995 ],
995 }], 996 }],
996 ], 997 ],
997 } 998 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698