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

Unified Diff: src/inspector/DEPS

Issue 2340763003: [inspector] replaced inspector/Atomics.h with base atomicops.h (Closed)
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: src/inspector/DEPS
diff --git a/src/inspector/DEPS b/src/inspector/DEPS
index 6e2d876b2c57b99672d374c860f48cf0b444ae83..4486204d74ec7691de36ffdf9ec32e54ab591ecb 100644
--- a/src/inspector/DEPS
+++ b/src/inspector/DEPS
@@ -1,7 +1,8 @@
include_rules = [
"-src",
"+src/inspector",
+ "+src/base/atomicops.h",
"+src/base/macros.h",
"+src/base/logging.h",
- "+src/base/platform/platform.h"
+ "+src/base/platform/platform.h",
]

Powered by Google App Engine
This is Rietveld 408576698