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

Side by Side Diff: extensions/extensions.gyp

Issue 823703004: Tracking push events for lucid sleep (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Observers are better. Now with tests! Created 5 years, 11 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'browser/content_verify_job.h', 600 'browser/content_verify_job.h',
601 'browser/error_map.cc', 601 'browser/error_map.cc',
602 'browser/error_map.h', 602 'browser/error_map.h',
603 'browser/event_listener_map.cc', 603 'browser/event_listener_map.cc',
604 'browser/event_listener_map.h', 604 'browser/event_listener_map.h',
605 'browser/event_router.cc', 605 'browser/event_router.cc',
606 'browser/event_router.h', 606 'browser/event_router.h',
607 'browser/extension_host.cc', 607 'browser/extension_host.cc',
608 'browser/extension_host.h', 608 'browser/extension_host.h',
609 'browser/extension_host_delegate.h', 609 'browser/extension_host_delegate.h',
610 'browser/extension_host_observer.h',
610 'browser/extension_error.cc', 611 'browser/extension_error.cc',
611 'browser/extension_error.h', 612 'browser/extension_error.h',
612 'browser/extension_function.cc', 613 'browser/extension_function.cc',
613 'browser/extension_function.h', 614 'browser/extension_function.h',
614 'browser/extension_function_dispatcher.cc', 615 'browser/extension_function_dispatcher.cc',
615 'browser/extension_function_dispatcher.h', 616 'browser/extension_function_dispatcher.h',
616 'browser/extension_function_registry.cc', 617 'browser/extension_function_registry.cc',
617 'browser/extension_function_registry.h', 618 'browser/extension_function_registry.h',
618 'browser/extension_function_util.cc', 619 'browser/extension_function_util.cc',
619 'browser/extension_function_util.h', 620 'browser/extension_function_util.h',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1297 'conditions': [ 1298 'conditions': [
1298 ['OS=="win" and win_use_allocator_shim==1', { 1299 ['OS=="win" and win_use_allocator_shim==1', {
1299 'dependencies': [ 1300 'dependencies': [
1300 '../base/allocator/allocator.gyp:allocator', 1301 '../base/allocator/allocator.gyp:allocator',
1301 ], 1302 ],
1302 }], 1303 }],
1303 ], 1304 ],
1304 }, 1305 },
1305 ] 1306 ]
1306 } 1307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698